Color Hex Logo

#bdc4ac Color Hex

#BDC4AC
(189,196,172)
0 Favorites   0 Comments

Color spaces of #bdc4ac

RGB 189196172
HSL0.220.170.72
HSV78°12°77°
CMYK 0.040.000.12   0.23
XYZ48.172653.277246.7743
Yxy53.27720.32500.3594
Hunter Lab72.9912-9.928613.0996
CIE-Lab78.0384-6.688911.2271

#bdc4ac color RGB value is (189,196,172).

#bdc4ac hex color red value is 189, green value is 196 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #bdc4ac hue: 0.22 , saturation: 0.17 and the lightness value of bdc4ac is 0.72.

The process color (four color CMYK) of #bdc4ac color hex is 0.04, 0.00, 0.12, 0.23. Web safe color of #bdc4ac is #cccc99. Color #bdc4ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000100 10101100
Octal 275 304 254
Decimal 189 196 172
Hex BD C4 AC

RGB Percentages of Color #bdc4ac

%33.93
%35.19
%30.88

CMYK Percentages of Color #bdc4ac

%4
%0
%12
%23

Triadic Colors of #bdc4ac

#bdc4ac #acbdc4 #c4acbd

Analogous Colors of #bdc4ac

#bdc4ac #b1c4ac #c4bfac

Monochromatic Colors of #bdc4ac

#bdc4ac

Complementary Color

#bdc4ac #b3acc4

#bdc4ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc4ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc4ac Color CSS Codes

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

#bdc4ac Text Font Color

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

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


#bdc4ac Background Color

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

This div background color is #bdc4ac


#bdc4ac Border Color

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

This div border color is #bdc4ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc4ac


Comments

No comments written yet.

Please login to write comment.