Color Hex Logo

#bcd08b Color Hex

#BCD08B
(188,208,139)
0 Favorites   0 Comments

Color spaces of #bcd08b

RGB 188208139
HSL0.210.420.68
HSV77°33°82°
CMYK 0.100.000.33   0.18
XYZ47.955157.667233.0295
Yxy57.66720.34590.4159
Hunter Lab75.9389-20.171127.3692
CIE-Lab80.5534-18.130532.0885

#bcd08b color RGB value is (188,208,139).

#bcd08b hex color red value is 188, green value is 208 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #bcd08b hue: 0.21 , saturation: 0.42 and the lightness value of bcd08b is 0.68.

The process color (four color CMYK) of #bcd08b color hex is 0.10, 0.00, 0.33, 0.18. Web safe color of #bcd08b is #cccc99. Color #bcd08b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010000 10001011
Octal 274 320 213
Decimal 188 208 139
Hex BC D0 8B

RGB Percentages of Color #bcd08b

%35.14
%38.88
%25.98

CMYK Percentages of Color #bcd08b

%10
%0
%33
%18

Triadic Colors of #bcd08b

#bcd08b #8bbcd0 #d08bbc

Analogous Colors of #bcd08b

#bcd08b #9ad08b #d0c28b

Monochromatic Colors of #bcd08b

#bcd08b

Complementary Color

#bcd08b #9f8bd0

#bcd08b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd08b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd08b Color CSS Codes

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

#bcd08b Text Font Color

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

This sample text font color is #bcd08b
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.


#bcd08b Background Color

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

This div background color is #bcd08b


#bcd08b Border Color

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

This div border color is #bcd08b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd08b


Comments

No comments written yet.

Please login to write comment.