Color Hex Logo

#bdba81 Color Hex

#BDBA81
(189,186,129)
0 Favorites   0 Comments

Color spaces of #bdba81

RGB 189186129
HSL0.160.310.62
HSV57°32°74°
CMYK 0.000.020.32   0.26
XYZ42.507647.521627.7011
Yxy47.52160.36110.4036
Hunter Lab68.9359-10.570324.4301
CIE-Lab74.5222-7.815729.3438

#bdba81 color RGB value is (189,186,129).

#bdba81 hex color red value is 189, green value is 186 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #bdba81 hue: 0.16 , saturation: 0.31 and the lightness value of bdba81 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111010 10000001
Octal 275 272 201
Decimal 189 186 129
Hex BD BA 81

RGB Percentages of Color #bdba81

%37.50
%36.90
%25.60

CMYK Percentages of Color #bdba81

%0
%2
%32
%26

Triadic Colors of #bdba81

#bdba81 #81bdba #ba81bd

Analogous Colors of #bdba81

#bdba81 #a2bd81 #bd9c81

Monochromatic Colors of #bdba81

#bdba81

Complementary Color

#bdba81 #8184bd

#bdba81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdba81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdba81 Color CSS Codes

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

#bdba81 Text Font Color

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

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


#bdba81 Background Color

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

This div background color is #bdba81


#bdba81 Border Color

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

This div border color is #bdba81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdba81


Comments

No comments written yet.

Please login to write comment.