Color Hex Logo

#bdb170 Color Hex

#BDB170
(189,177,112)
0 Favorites   0 Comments

Color spaces of #bdb170

RGB 189177112
HSL0.140.370.59
HSV51°41°74°
CMYK 0.000.060.41   0.26
XYZ39.633043.433021.6237
Yxy43.43300.37860.4149
Hunter Lab65.9037-7.985726.6789
CIE-Lab71.8479-5.109734.7755

#bdb170 color RGB value is (189,177,112).

#bdb170 hex color red value is 189, green value is 177 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #bdb170 hue: 0.14 , saturation: 0.37 and the lightness value of bdb170 is 0.59.

The process color (four color CMYK) of #bdb170 color hex is 0.00, 0.06, 0.41, 0.26. Web safe color of #bdb170 is #cc9966. Color #bdb170 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110001 01110000
Octal 275 261 160
Decimal 189 177 112
Hex BD B1 70

RGB Percentages of Color #bdb170

%39.54
%37.03
%23.43

CMYK Percentages of Color #bdb170

%0
%6
%41
%26

Triadic Colors of #bdb170

#bdb170 #70bdb1 #b170bd

Analogous Colors of #bdb170

#bdb170 #a3bd70 #bd8b70

Monochromatic Colors of #bdb170

#bdb170

Complementary Color

#bdb170 #707cbd

#bdb170 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb170 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb170 Color CSS Codes

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

#bdb170 Text Font Color

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

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


#bdb170 Background Color

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

This div background color is #bdb170


#bdb170 Border Color

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

This div border color is #bdb170


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb170


Comments

No comments written yet.

Please login to write comment.