Color Hex Logo

#bcd0ac Color Hex

#BCD0AC
(188,208,172)
0 Favorites   0 Comments

Color spaces of #bcd0ac

RGB 188208172
HSL0.260.280.75
HSV93°17°82°
CMYK 0.100.000.17   0.18
XYZ50.741358.781747.7014
Yxy58.78170.32270.3739
Hunter Lab76.6692-16.036116.7799
CIE-Lab81.1715-13.230215.6384

#bcd0ac color RGB value is (188,208,172).

#bcd0ac hex color red value is 188, green value is 208 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #bcd0ac hue: 0.26 , saturation: 0.28 and the lightness value of bcd0ac is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010000 10101100
Octal 274 320 254
Decimal 188 208 172
Hex BC D0 AC

RGB Percentages of Color #bcd0ac

%33.10
%36.62
%30.28

CMYK Percentages of Color #bcd0ac

%10
%0
%17
%18

Triadic Colors of #bcd0ac

#bcd0ac #acbcd0 #d0acbc

Analogous Colors of #bcd0ac

#bcd0ac #acd0ae #ced0ac

Monochromatic Colors of #bcd0ac

#bcd0ac

Complementary Color

#bcd0ac #c0acd0

#bcd0ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd0ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd0ac Color CSS Codes

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

#bcd0ac Text Font Color

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

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


#bcd0ac Background Color

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

This div background color is #bcd0ac


#bcd0ac Border Color

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

This div border color is #bcd0ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,208,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 #bcd0ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd0ac


Comments

No comments written yet.

Please login to write comment.