Color Hex Logo

#bdaf0a Color Hex

#BDAF0A
(189,175,10)
0 Favorites   0 Comments

Color spaces of #bdaf0a

RGB 18917510
HSL0.150.900.39
HSV55°95°74°
CMYK 0.000.070.95   0.26
XYZ36.371041.50076.3806
Yxy41.50070.43170.4926
Hunter Lab64.4210-11.958839.2223
CIE-Lab70.5253-9.952071.4978

#bdaf0a color RGB value is (189,175,10).

#bdaf0a hex color red value is 189, green value is 175 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #bdaf0a hue: 0.15 , saturation: 0.90 and the lightness value of bdaf0a is 0.39.

The process color (four color CMYK) of #bdaf0a color hex is 0.00, 0.07, 0.95, 0.26. Web safe color of #bdaf0a is #cc9900. Color #bdaf0a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101111 00001010
Octal 275 257 12
Decimal 189 175 10
Hex BD AF A

RGB Percentages of Color #bdaf0a

%50.53
%46.79
%2.67

CMYK Percentages of Color #bdaf0a

%0
%7
%95
%26

Triadic Colors of #bdaf0a

#bdaf0a #0abdaf #af0abd

Analogous Colors of #bdaf0a

#bdaf0a #72bd0a #bd560a

Monochromatic Colors of #bdaf0a

#bdaf0a

Complementary Color

#bdaf0a #0a18bd

#bdaf0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaf0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaf0a Color CSS Codes

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

#bdaf0a Text Font Color

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

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


#bdaf0a Background Color

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

This div background color is #bdaf0a


#bdaf0a Border Color

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

This div border color is #bdaf0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaf0a


Comments

No comments written yet.

Please login to write comment.