Color Hex Logo

#bdc3af Color Hex

#BDC3AF
(189,195,175)
1 Favorites   0 Comments

Color spaces of #bdc3af

RGB 189195175
HSL0.220.140.73
HSV78°10°76°
CMYK 0.030.000.10   0.24
XYZ48.239252.944248.2342
Yxy52.94420.32280.3543
Hunter Lab72.7628-8.995511.6308
CIE-Lab77.8420-5.65909.3346

#bdc3af color RGB value is (189,195,175).

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

The process color (four color CMYK) of #bdc3af color hex is 0.03, 0.00, 0.10, 0.24. Web safe color of #bdc3af is #cccc99. Color #bdc3af contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000011 10101111
Octal 275 303 257
Decimal 189 195 175
Hex BD C3 AF

RGB Percentages of Color #bdc3af

%33.81
%34.88
%31.31

CMYK Percentages of Color #bdc3af

%3
%0
%10
%24

Triadic Colors of #bdc3af

#bdc3af #afbdc3 #c3afbd

Analogous Colors of #bdc3af

#bdc3af #b3c3af #c3bfaf

Monochromatic Colors of #bdc3af

#bdc3af

Complementary Color

#bdc3af #b5afc3

#bdc3af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc3af Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc3af Color CSS Codes

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

#bdc3af Text Font Color

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

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


#bdc3af Background Color

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

This div background color is #bdc3af


#bdc3af Border Color

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

This div border color is #bdc3af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc3af

#bdc3af Color Palettes


Comments

No comments written yet.

Please login to write comment.