Color Hex Logo

#bdab1e Color Hex

#BDAB1E
(189,171,30)
0 Favorites   0 Comments

Color spaces of #bdab1e

RGB 18917130
HSL0.150.730.43
HSV53°84°74°
CMYK 0.000.100.84   0.26
XYZ35.783540.03847.0705
Yxy40.03840.43170.4830
Hunter Lab63.2759-9.788337.6680
CIE-Lab69.4969-7.484267.0200

#bdab1e color RGB value is (189,171,30).

#bdab1e hex color red value is 189, green value is 171 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #bdab1e hue: 0.15 , saturation: 0.73 and the lightness value of bdab1e is 0.43.

The process color (four color CMYK) of #bdab1e color hex is 0.00, 0.10, 0.84, 0.26. Web safe color of #bdab1e is #cc9933. Color #bdab1e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101011 00011110
Octal 275 253 36
Decimal 189 171 30
Hex BD AB 1E

RGB Percentages of Color #bdab1e

%48.46
%43.85
%7.69

CMYK Percentages of Color #bdab1e

%0
%10
%84
%26

Triadic Colors of #bdab1e

#bdab1e #1ebdab #ab1ebd

Analogous Colors of #bdab1e

#bdab1e #80bd1e #bd5c1e

Monochromatic Colors of #bdab1e

#bdab1e

Complementary Color

#bdab1e #1e30bd

#bdab1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdab1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdab1e Color CSS Codes

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

#bdab1e Text Font Color

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

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


#bdab1e Background Color

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

This div background color is #bdab1e


#bdab1e Border Color

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

This div border color is #bdab1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdab1e


Comments

No comments written yet.

Please login to write comment.