Color Hex Logo

#bdb2af Color Hex

#BDB2AF
(189,178,175)
0 Favorites   0 Comments

Color spaces of #bdb2af

RGB 189178175
HSL0.040.100.71
HSV13°74°
CMYK 0.000.060.07   0.26
XYZ44.644545.754847.0360
Yxy45.75480.32480.3329
Hunter Lab67.6423-0.56256.1215
CIE-Lab73.38613.38382.9251

#bdb2af color RGB value is (189,178,175).

#bdb2af hex color red value is 189, green value is 178 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #bdb2af hue: 0.04 , saturation: 0.10 and the lightness value of bdb2af is 0.71.

The process color (four color CMYK) of #bdb2af color hex is 0.00, 0.06, 0.07, 0.26. Web safe color of #bdb2af is #cc9999. Color #bdb2af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110010 10101111
Octal 275 262 257
Decimal 189 178 175
Hex BD B2 AF

RGB Percentages of Color #bdb2af

%34.87
%32.84
%32.29

CMYK Percentages of Color #bdb2af

%0
%6
%7
%26

Triadic Colors of #bdb2af

#bdb2af #afbdb2 #b2afbd

Analogous Colors of #bdb2af

#bdb2af #bdb9af #bdafb3

Monochromatic Colors of #bdb2af

#bdb2af

Complementary Color

#bdb2af #afbabd

#bdb2af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb2af Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb2af Color CSS Codes

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

#bdb2af Text Font Color

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

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


#bdb2af Background Color

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

This div background color is #bdb2af


#bdb2af Border Color

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

This div border color is #bdb2af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb2af


Comments

No comments written yet.

Please login to write comment.