Color Hex Logo

#bdb00a Color Hex

#BDB00A
(189,176,10)
0 Favorites   0 Comments

Color spaces of #bdb00a

RGB 18917610
HSL0.150.900.39
HSV56°95°74°
CMYK 0.000.070.95   0.26
XYZ36.566441.89146.4458
Yxy41.89140.43070.4934
Hunter Lab64.7236-12.420439.4018
CIE-Lab70.7960-10.469871.7007

#bdb00a color RGB value is (189,176,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110000 00001010
Octal 275 260 12
Decimal 189 176 10
Hex BD B0 A

RGB Percentages of Color #bdb00a

%50.40
%46.93
%2.67

CMYK Percentages of Color #bdb00a

%0
%7
%95
%26

Triadic Colors of #bdb00a

#bdb00a #0abdb0 #b00abd

Analogous Colors of #bdb00a

#bdb00a #71bd0a #bd570a

Monochromatic Colors of #bdb00a

#bdb00a

Complementary Color

#bdb00a #0a17bd

#bdb00a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb00a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb00a Color CSS Codes

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

#bdb00a Text Font Color

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

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


#bdb00a Background Color

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

This div background color is #bdb00a


#bdb00a Border Color

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

This div border color is #bdb00a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb00a


Comments

No comments written yet.

Please login to write comment.