Color Hex Logo

#bcd09e Color Hex

#BCD09E
(188,208,158)
0 Favorites   0 Comments

Color spaces of #bcd09e

RGB 188208158
HSL0.230.350.72
HSV84°24°82°
CMYK 0.100.000.24   0.18
XYZ49.466558.271740.9882
Yxy58.27170.33260.3918
Hunter Lab76.3359-17.917921.5996
CIE-Lab80.8896-15.441022.6414

#bcd09e color RGB value is (188,208,158).

#bcd09e hex color red value is 188, green value is 208 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #bcd09e hue: 0.23 , saturation: 0.35 and the lightness value of bcd09e is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010000 10011110
Octal 274 320 236
Decimal 188 208 158
Hex BC D0 9E

RGB Percentages of Color #bcd09e

%33.94
%37.55
%28.52

CMYK Percentages of Color #bcd09e

%10
%0
%24
%18

Triadic Colors of #bcd09e

#bcd09e #9ebcd0 #d09ebc

Analogous Colors of #bcd09e

#bcd09e #a3d09e #d0cb9e

Monochromatic Colors of #bcd09e

#bcd09e

Complementary Color

#bcd09e #b29ed0

#bcd09e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd09e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd09e Color CSS Codes

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

#bcd09e Text Font Color

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

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


#bcd09e Background Color

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

This div background color is #bcd09e


#bcd09e Border Color

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

This div border color is #bcd09e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd09e


Comments

No comments written yet.

Please login to write comment.