Color Hex Logo

#bcd39c Color Hex

#BCD39C
(188,211,156)
0 Favorites   0 Comments

Color spaces of #bcd39c

RGB 188211156
HSL0.240.380.72
HSV85°26°83°
CMYK 0.110.000.26   0.17
XYZ50.034159.680240.3348
Yxy59.68020.33350.3977
Hunter Lab77.2530-19.584323.1210
CIE-Lab81.6641-17.246724.7481

#bcd39c color RGB value is (188,211,156).

#bcd39c hex color red value is 188, green value is 211 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #bcd39c hue: 0.24 , saturation: 0.38 and the lightness value of bcd39c is 0.72.

The process color (four color CMYK) of #bcd39c color hex is 0.11, 0.00, 0.26, 0.17. Web safe color of #bcd39c is #cccc99. Color #bcd39c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010011 10011100
Octal 274 323 234
Decimal 188 211 156
Hex BC D3 9C

RGB Percentages of Color #bcd39c

%33.87
%38.02
%28.11

CMYK Percentages of Color #bcd39c

%11
%0
%26
%17

Triadic Colors of #bcd39c

#bcd39c #9cbcd3 #d39cbc

Analogous Colors of #bcd39c

#bcd39c #a1d39c #d3cf9c

Monochromatic Colors of #bcd39c

#bcd39c

Complementary Color

#bcd39c #b39cd3

#bcd39c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd39c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd39c Color CSS Codes

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

#bcd39c Text Font Color

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

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


#bcd39c Background Color

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

This div background color is #bcd39c


#bcd39c Border Color

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

This div border color is #bcd39c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd39c


Comments

No comments written yet.

Please login to write comment.