Color Hex Logo

#bdb580 Color Hex

#BDB580
(189,181,128)
0 Favorites   0 Comments

Color spaces of #bdb580

RGB 189181128
HSL0.140.320.62
HSV52°32°74°
CMYK 0.000.040.32   0.26
XYZ41.406445.425127.0076
Yxy45.42510.36370.3990
Hunter Lab67.3981-8.284423.4202
CIE-Lab73.1709-5.322128.0806

#bdb580 color RGB value is (189,181,128).

#bdb580 hex color red value is 189, green value is 181 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #bdb580 hue: 0.14 , saturation: 0.32 and the lightness value of bdb580 is 0.62.

The process color (four color CMYK) of #bdb580 color hex is 0.00, 0.04, 0.32, 0.26. Web safe color of #bdb580 is #cccc99. Color #bdb580 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110101 10000000
Octal 275 265 200
Decimal 189 181 128
Hex BD B5 80

RGB Percentages of Color #bdb580

%37.95
%36.35
%25.70

CMYK Percentages of Color #bdb580

%0
%4
%32
%26

Triadic Colors of #bdb580

#bdb580 #80bdb5 #b580bd

Analogous Colors of #bdb580

#bdb580 #a7bd80 #bd9780

Monochromatic Colors of #bdb580

#bdb580

Complementary Color

#bdb580 #8088bd

#bdb580 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb580 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb580 Color CSS Codes

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

#bdb580 Text Font Color

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

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


#bdb580 Background Color

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

This div background color is #bdb580


#bdb580 Border Color

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

This div border color is #bdb580


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb580


Comments

No comments written yet.

Please login to write comment.