Color Hex Logo

#bccf73 Color Hex

#BCCF73
(188,207,115)
0 Favorites   0 Comments

Color spaces of #bccf73

RGB 188207115
HSL0.200.490.63
HSV72°44°81°
CMYK 0.090.000.44   0.19
XYZ46.146456.554824.7037
Yxy56.55480.36220.4439
Hunter Lab75.2029-22.073033.1656
CIE-Lab79.9285-20.505643.4116

#bccf73 color RGB value is (188,207,115).

#bccf73 hex color red value is 188, green value is 207 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #bccf73 hue: 0.20 , saturation: 0.49 and the lightness value of bccf73 is 0.63.

The process color (four color CMYK) of #bccf73 color hex is 0.09, 0.00, 0.44, 0.19. Web safe color of #bccf73 is #cccc66. Color #bccf73 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001111 01110011
Octal 274 317 163
Decimal 188 207 115
Hex BC CF 73

RGB Percentages of Color #bccf73

%36.86
%40.59
%22.55

CMYK Percentages of Color #bccf73

%9
%0
%44
%19

Triadic Colors of #bccf73

#bccf73 #73bccf #cf73bc

Analogous Colors of #bccf73

#bccf73 #8ecf73 #cfb473

Monochromatic Colors of #bccf73

#bccf73

Complementary Color

#bccf73 #8673cf

#bccf73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccf73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccf73 Color CSS Codes

.mybgcolor {background-color:#bccf73; } 
.myforecolor {color:#bccf73; }
.mybordercolor {border:3px solid #bccf73; }

#bccf73 Text Font Color

<p style="color:#bccf73">Text here</p>

This sample text font color is #bccf73
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bccf73 Background Color

<div style="background-color:#bccf73">
Div content here</div>

This div background color is #bccf73


#bccf73 Border Color

<div style="border:3px solid #bccf73">
Div here</div>

This div border color is #bccf73


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(188,207,115, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bccf73; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bccf73;
  -webkit-box-shadow: 1px 1px 3px 2px #bccf73;
  box-shadow:         1px 1px 3px 2px #bccf73; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,207,115, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bccf73">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bccf73;
  -webkit-box-shadow: 1px 1px 3px 2px #bccf73;
  box-shadow:         1px 1px 3px 2px #bccf73;">
Div content here</div>

This div box has shadow with color #bccf73


Comments

No comments written yet.

Please login to write comment.