Color Hex Logo

#bcd9ac Color Hex

#BCD9AC
(188,217,172)
0 Favorites   0 Comments

Color spaces of #bcd9ac

RGB 188217172
HSL0.270.370.76
HSV99°21°85°
CMYK 0.130.000.21   0.15
XYZ52.998363.295648.4537
Yxy63.29560.32170.3842
Hunter Lab79.5585-20.318819.5815
CIE-Lab83.5977-17.761119.0272

#bcd9ac color RGB value is (188,217,172).

#bcd9ac hex color red value is 188, green value is 217 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #bcd9ac hue: 0.27 , saturation: 0.37 and the lightness value of bcd9ac is 0.76.

The process color (four color CMYK) of #bcd9ac color hex is 0.13, 0.00, 0.21, 0.15. Web safe color of #bcd9ac is #cccc99. Color #bcd9ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011001 10101100
Octal 274 331 254
Decimal 188 217 172
Hex BC D9 AC

RGB Percentages of Color #bcd9ac

%32.58
%37.61
%29.81

CMYK Percentages of Color #bcd9ac

%13
%0
%21
%15

Triadic Colors of #bcd9ac

#bcd9ac #acbcd9 #d9acbc

Analogous Colors of #bcd9ac

#bcd9ac #acd9b3 #d3d9ac

Monochromatic Colors of #bcd9ac

#bcd9ac

Complementary Color

#bcd9ac #c9acd9

#bcd9ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd9ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd9ac Color CSS Codes

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

#bcd9ac Text Font Color

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

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


#bcd9ac Background Color

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

This div background color is #bcd9ac


#bcd9ac Border Color

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

This div border color is #bcd9ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd9ac


Comments

No comments written yet.

Please login to write comment.