Color Hex Logo

#bdb1af Color Hex

#BDB1AF
(189,177,175)
0 Favorites   0 Comments

Color spaces of #bdb1af

RGB 189177175
HSL0.020.100.71
HSV74°
CMYK 0.000.060.07   0.26
XYZ44.446345.358246.9699
Yxy45.35820.32500.3316
Hunter Lab67.3485-0.05975.7942
CIE-Lab73.12713.92432.5494

#bdb1af color RGB value is (189,177,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110001 10101111
Octal 275 261 257
Decimal 189 177 175
Hex BD B1 AF

RGB Percentages of Color #bdb1af

%34.94
%32.72
%32.35

CMYK Percentages of Color #bdb1af

%0
%6
%7
%26

Triadic Colors of #bdb1af

#bdb1af #afbdb1 #b1afbd

Analogous Colors of #bdb1af

#bdb1af #bdb8af #bdafb4

Monochromatic Colors of #bdb1af

#bdb1af

Complementary Color

#bdb1af #afbbbd

#bdb1af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb1af Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb1af Color CSS Codes

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

#bdb1af Text Font Color

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

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


#bdb1af Background Color

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

This div background color is #bdb1af


#bdb1af Border Color

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

This div border color is #bdb1af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb1af


Comments

No comments written yet.

Please login to write comment.