Color Hex Logo

#bdab80 Color Hex

#BDAB80
(189,171,128)
0 Favorites   0 Comments

Color spaces of #bdab80

RGB 189171128
HSL0.120.320.62
HSV42°32°74°
CMYK 0.000.100.32   0.26
XYZ39.445541.503126.3540
Yxy41.50310.36760.3868
Hunter Lab64.4229-3.446320.8418
CIE-Lab70.5270-0.006224.5440

#bdab80 color RGB value is (189,171,128).

#bdab80 hex color red value is 189, green value is 171 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #bdab80 hue: 0.12 , saturation: 0.32 and the lightness value of bdab80 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101011 10000000
Octal 275 253 200
Decimal 189 171 128
Hex BD AB 80

RGB Percentages of Color #bdab80

%38.73
%35.04
%26.23

CMYK Percentages of Color #bdab80

%0
%10
%32
%26

Triadic Colors of #bdab80

#bdab80 #80bdab #ab80bd

Analogous Colors of #bdab80

#bdab80 #b1bd80 #bd8d80

Monochromatic Colors of #bdab80

#bdab80

Complementary Color

#bdab80 #8092bd

#bdab80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdab80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdab80 Color CSS Codes

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

#bdab80 Text Font Color

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

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


#bdab80 Background Color

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

This div background color is #bdab80


#bdab80 Border Color

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

This div border color is #bdab80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdab80


Comments

No comments written yet.

Please login to write comment.