Color Hex Logo

#bdba80 Color Hex

#BDBA80
(189,186,128)
0 Favorites   0 Comments

Color spaces of #bdba80

RGB 189186128
HSL0.160.320.62
HSV57°32°74°
CMYK 0.000.020.32   0.26
XYZ42.441547.495127.3527
Yxy47.49510.36190.4049
Hunter Lab68.9167-10.677224.7098
CIE-Lab74.5054-7.941529.8484

#bdba80 color RGB value is (189,186,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111010 10000000
Octal 275 272 200
Decimal 189 186 128
Hex BD BA 80

RGB Percentages of Color #bdba80

%37.57
%36.98
%25.45

CMYK Percentages of Color #bdba80

%0
%2
%32
%26

Triadic Colors of #bdba80

#bdba80 #80bdba #ba80bd

Analogous Colors of #bdba80

#bdba80 #a2bd80 #bd9c80

Monochromatic Colors of #bdba80

#bdba80

Complementary Color

#bdba80 #8083bd

#bdba80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdba80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdba80 Color CSS Codes

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

#bdba80 Text Font Color

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

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


#bdba80 Background Color

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

This div background color is #bdba80


#bdba80 Border Color

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

This div border color is #bdba80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdba80


Comments

No comments written yet.

Please login to write comment.