Color Hex Logo

#bdb082 Color Hex

#BDB082
(189,176,130)
0 Favorites   0 Comments

Color spaces of #bdb082

RGB 189176130
HSL0.130.310.63
HSV47°31°74°
CMYK 0.000.070.31   0.26
XYZ40.540943.481227.3751
Yxy43.48120.36390.3903
Hunter Lab65.9403-5.651521.5440
CIE-Lab71.8804-2.418925.2881

#bdb082 color RGB value is (189,176,130).

#bdb082 hex color red value is 189, green value is 176 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #bdb082 hue: 0.13 , saturation: 0.31 and the lightness value of bdb082 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110000 10000010
Octal 275 260 202
Decimal 189 176 130
Hex BD B0 82

RGB Percentages of Color #bdb082

%38.18
%35.56
%26.26

CMYK Percentages of Color #bdb082

%0
%7
%31
%26

Triadic Colors of #bdb082

#bdb082 #82bdb0 #b082bd

Analogous Colors of #bdb082

#bdb082 #adbd82 #bd9382

Monochromatic Colors of #bdb082

#bdb082

Complementary Color

#bdb082 #828fbd

#bdb082 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb082 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb082 Color CSS Codes

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

#bdb082 Text Font Color

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

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


#bdb082 Background Color

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

This div background color is #bdb082


#bdb082 Border Color

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

This div border color is #bdb082


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb082


Comments

No comments written yet.

Please login to write comment.