Color Hex Logo

#bdc8ac Color Hex

#BDC8AC
(189,200,172)
0 Favorites   0 Comments

Color spaces of #bdc8ac

RGB 189200172
HSL0.230.200.73
HSV84°14°78°
CMYK 0.050.000.14   0.22
XYZ49.086955.105947.0791
Yxy55.10590.32450.3643
Hunter Lab74.2333-11.875014.3614
CIE-Lab79.1022-8.768212.7342

#bdc8ac color RGB value is (189,200,172).

#bdc8ac hex color red value is 189, green value is 200 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #bdc8ac hue: 0.23 , saturation: 0.20 and the lightness value of bdc8ac is 0.73.

The process color (four color CMYK) of #bdc8ac color hex is 0.05, 0.00, 0.14, 0.22. Web safe color of #bdc8ac is #cccc99. Color #bdc8ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001000 10101100
Octal 275 310 254
Decimal 189 200 172
Hex BD C8 AC

RGB Percentages of Color #bdc8ac

%33.69
%35.65
%30.66

CMYK Percentages of Color #bdc8ac

%5
%0
%14
%22

Triadic Colors of #bdc8ac

#bdc8ac #acbdc8 #c8acbd

Analogous Colors of #bdc8ac

#bdc8ac #afc8ac #c8c5ac

Monochromatic Colors of #bdc8ac

#bdc8ac

Complementary Color

#bdc8ac #b7acc8

#bdc8ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc8ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc8ac Color CSS Codes

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

#bdc8ac Text Font Color

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

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


#bdc8ac Background Color

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

This div background color is #bdc8ac


#bdc8ac Border Color

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

This div border color is #bdc8ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc8ac


Comments

No comments written yet.

Please login to write comment.