Color Hex Logo

#bdae0b Color Hex

#BDAE0B
(189,174,11)
0 Favorites   0 Comments

Color spaces of #bdae0b

RGB 18917411
HSL0.150.890.39
HSV55°94°74°
CMYK 0.000.080.94   0.26
XYZ36.182741.11516.3456
Yxy41.11510.43260.4916
Hunter Lab64.1211-11.486639.0172
CIE-Lab70.2565-9.420871.1766

#bdae0b color RGB value is (189,174,11).

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

The process color (four color CMYK) of #bdae0b color hex is 0.00, 0.08, 0.94, 0.26. Web safe color of #bdae0b is #cc9900. Color #bdae0b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101110 00001011
Octal 275 256 13
Decimal 189 174 11
Hex BD AE B

RGB Percentages of Color #bdae0b

%50.53
%46.52
%2.94

CMYK Percentages of Color #bdae0b

%0
%8
%94
%26

Triadic Colors of #bdae0b

#bdae0b #0bbdae #ae0bbd

Analogous Colors of #bdae0b

#bdae0b #73bd0b #bd550b

Monochromatic Colors of #bdae0b

#bdae0b

Complementary Color

#bdae0b #0b1abd

#bdae0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdae0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdae0b Color CSS Codes

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

#bdae0b Text Font Color

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

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


#bdae0b Background Color

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

This div background color is #bdae0b


#bdae0b Border Color

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

This div border color is #bdae0b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdae0b


Comments

No comments written yet.

Please login to write comment.