Color Hex Logo

#bdb482 Color Hex

#BDB482
(189,180,130)
0 Favorites   0 Comments

Color spaces of #bdb482

RGB 189180130
HSL0.140.310.63
HSV51°31°74°
CMYK 0.000.050.31   0.26
XYZ41.336845.073027.6404
Yxy45.07300.36240.3952
Hunter Lab67.1364-7.583922.5855
CIE-Lab72.9399-4.539026.7085

#bdb482 color RGB value is (189,180,130).

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

The process color (four color CMYK) of #bdb482 color hex is 0.00, 0.05, 0.31, 0.26. Web safe color of #bdb482 is #cccc99. Color #bdb482 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110100 10000010
Octal 275 264 202
Decimal 189 180 130
Hex BD B4 82

RGB Percentages of Color #bdb482

%37.88
%36.07
%26.05

CMYK Percentages of Color #bdb482

%0
%5
%31
%26

Triadic Colors of #bdb482

#bdb482 #82bdb4 #b482bd

Analogous Colors of #bdb482

#bdb482 #a9bd82 #bd9782

Monochromatic Colors of #bdb482

#bdb482

Complementary Color

#bdb482 #828bbd

#bdb482 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb482 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb482 Color CSS Codes

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

#bdb482 Text Font Color

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

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


#bdb482 Background Color

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

This div background color is #bdb482


#bdb482 Border Color

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

This div border color is #bdb482


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb482


Comments

No comments written yet.

Please login to write comment.