Color Hex Logo

#bdab88 Color Hex

#BDAB88
(189,171,136)
0 Favorites   0 Comments

Color spaces of #bdab88

RGB 189171136
HSL0.110.290.64
HSV40°28°74°
CMYK 0.000.100.28   0.26
XYZ39.993141.722229.2379
Yxy41.72220.36050.3760
Hunter Lab64.5927-2.517618.3773
CIE-Lab70.67901.056620.4161

#bdab88 color RGB value is (189,171,136).

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

The process color (four color CMYK) of #bdab88 color hex is 0.00, 0.10, 0.28, 0.26. Web safe color of #bdab88 is #cc9999. Color #bdab88 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101011 10001000
Octal 275 253 210
Decimal 189 171 136
Hex BD AB 88

RGB Percentages of Color #bdab88

%38.10
%34.48
%27.42

CMYK Percentages of Color #bdab88

%0
%10
%28
%26

Triadic Colors of #bdab88

#bdab88 #88bdab #ab88bd

Analogous Colors of #bdab88

#bdab88 #b5bd88 #bd9188

Monochromatic Colors of #bdab88

#bdab88

Complementary Color

#bdab88 #889abd

#bdab88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdab88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdab88 Color CSS Codes

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

#bdab88 Text Font Color

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

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


#bdab88 Background Color

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

This div background color is #bdab88


#bdab88 Border Color

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

This div border color is #bdab88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdab88


Comments

No comments written yet.

Please login to write comment.