Color Hex Logo

#bdbb88 Color Hex

#BDBB88
(189,187,136)
0 Favorites   0 Comments

Color spaces of #bdbb88

RGB 189187136
HSL0.160.290.64
HSV58°28°74°
CMYK 0.000.010.28   0.26
XYZ43.200548.137030.3070
Yxy48.13700.35510.3957
Hunter Lab69.3808-10.272122.6675
CIE-Lab74.9113-7.426326.1593

#bdbb88 color RGB value is (189,187,136).

#bdbb88 hex color red value is 189, green value is 187 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #bdbb88 hue: 0.16 , saturation: 0.29 and the lightness value of bdbb88 is 0.64.

The process color (four color CMYK) of #bdbb88 color hex is 0.00, 0.01, 0.28, 0.26. Web safe color of #bdbb88 is #cccc99. Color #bdbb88 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111011 10001000
Octal 275 273 210
Decimal 189 187 136
Hex BD BB 88

RGB Percentages of Color #bdbb88

%36.91
%36.52
%26.56

CMYK Percentages of Color #bdbb88

%0
%1
%28
%26

Triadic Colors of #bdbb88

#bdbb88 #88bdbb #bb88bd

Analogous Colors of #bdbb88

#bdbb88 #a5bd88 #bda188

Monochromatic Colors of #bdbb88

#bdbb88

Complementary Color

#bdbb88 #888abd

#bdbb88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbb88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbb88 Color CSS Codes

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

#bdbb88 Text Font Color

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

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


#bdbb88 Background Color

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

This div background color is #bdbb88


#bdbb88 Border Color

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

This div border color is #bdbb88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbb88


Comments

No comments written yet.

Please login to write comment.