Color Hex Logo

#bdab69 Color Hex

#BDAB69
(189,171,105)
0 Favorites   0 Comments

Color spaces of #bdab69

RGB 189171105
HSL0.130.390.58
HSV47°44°74°
CMYK 0.000.100.44   0.26
XYZ38.099040.964619.2635
Yxy40.96460.38750.4166
Hunter Lab64.0036-5.751826.9577
CIE-Lab70.1511-2.679036.2600

#bdab69 color RGB value is (189,171,105).

#bdab69 hex color red value is 189, green value is 171 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #bdab69 hue: 0.13 , saturation: 0.39 and the lightness value of bdab69 is 0.58.

The process color (four color CMYK) of #bdab69 color hex is 0.00, 0.10, 0.44, 0.26. Web safe color of #bdab69 is #cc9966. Color #bdab69 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101011 01101001
Octal 275 253 151
Decimal 189 171 105
Hex BD AB 69

RGB Percentages of Color #bdab69

%40.65
%36.77
%22.58

CMYK Percentages of Color #bdab69

%0
%10
%44
%26

Triadic Colors of #bdab69

#bdab69 #69bdab #ab69bd

Analogous Colors of #bdab69

#bdab69 #a5bd69 #bd8169

Monochromatic Colors of #bdab69

#bdab69

Complementary Color

#bdab69 #697bbd

#bdab69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdab69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdab69 Color CSS Codes

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

#bdab69 Text Font Color

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

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


#bdab69 Background Color

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

This div background color is #bdab69


#bdab69 Border Color

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

This div border color is #bdab69


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdab69


Comments

No comments written yet.

Please login to write comment.