Color Hex Logo

#bdccaf Color Hex

#BDCCAF
(189,204,175)
0 Favorites   0 Comments

Color spaces of #bdccaf

RGB 189204175
HSL0.250.220.74
HSV91°14°80°
CMYK 0.070.000.14   0.20
XYZ50.317057.099748.9268
Yxy57.09970.32180.3652
Hunter Lab75.5643-13.377514.5056
CIE-Lab80.2356-10.330312.7352

#bdccaf color RGB value is (189,204,175).

#bdccaf hex color red value is 189, green value is 204 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #bdccaf hue: 0.25 , saturation: 0.22 and the lightness value of bdccaf is 0.74.

The process color (four color CMYK) of #bdccaf color hex is 0.07, 0.00, 0.14, 0.20. Web safe color of #bdccaf is #cccc99. Color #bdccaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001100 10101111
Octal 275 314 257
Decimal 189 204 175
Hex BD CC AF

RGB Percentages of Color #bdccaf

%33.27
%35.92
%30.81

CMYK Percentages of Color #bdccaf

%7
%0
%14
%20

Triadic Colors of #bdccaf

#bdccaf #afbdcc #ccafbd

Analogous Colors of #bdccaf

#bdccaf #afccb0 #ccccaf

Monochromatic Colors of #bdccaf

#bdccaf

Complementary Color

#bdccaf #beafcc

#bdccaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdccaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdccaf Color CSS Codes

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

#bdccaf Text Font Color

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

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


#bdccaf Background Color

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

This div background color is #bdccaf


#bdccaf Border Color

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

This div border color is #bdccaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,204,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdccaf


Comments

No comments written yet.

Please login to write comment.