Color Hex Logo

#bdc0af Color Hex

#BDC0AF
(189,192,175)
0 Favorites   0 Comments

Color spaces of #bdc0af

RGB 189192175
HSL0.200.120.72
HSV71°75°
CMYK 0.020.000.09   0.25
XYZ47.573851.613248.0124
Yxy51.61320.32320.3506
Hunter Lab71.8423-7.521810.6660
CIE-Lab77.0490-4.08298.2013

#bdc0af color RGB value is (189,192,175).

#bdc0af hex color red value is 189, green value is 192 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #bdc0af hue: 0.20 , saturation: 0.12 and the lightness value of bdc0af is 0.72.

The process color (four color CMYK) of #bdc0af color hex is 0.02, 0.00, 0.09, 0.25. Web safe color of #bdc0af is #cccc99. Color #bdc0af contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000000 10101111
Octal 275 300 257
Decimal 189 192 175
Hex BD C0 AF

RGB Percentages of Color #bdc0af

%33.99
%34.53
%31.47

CMYK Percentages of Color #bdc0af

%2
%0
%9
%25

Triadic Colors of #bdc0af

#bdc0af #afbdc0 #c0afbd

Analogous Colors of #bdc0af

#bdc0af #b5c0af #c0bbaf

Monochromatic Colors of #bdc0af

#bdc0af

Complementary Color

#bdc0af #b2afc0

#bdc0af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc0af Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc0af Color CSS Codes

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

#bdc0af Text Font Color

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

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


#bdc0af Background Color

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

This div background color is #bdc0af


#bdc0af Border Color

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

This div border color is #bdc0af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc0af


Comments

No comments written yet.

Please login to write comment.