Color Hex Logo

#bdae30 Color Hex

#BDAE30
(189,174,48)
0 Favorites   0 Comments

Color spaces of #bdae30

RGB 18917448
HSL0.150.590.46
HSV54°75°74°
CMYK 0.000.080.75   0.26
XYZ36.655841.30438.8369
Yxy41.30430.42230.4759
Hunter Lab64.2684-10.661436.8355
CIE-Lab70.3886-8.417762.3541

#bdae30 color RGB value is (189,174,48).

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

The process color (four color CMYK) of #bdae30 color hex is 0.00, 0.08, 0.75, 0.26. Web safe color of #bdae30 is #cc9933. Color #bdae30 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101110 00110000
Octal 275 256 60
Decimal 189 174 48
Hex BD AE 30

RGB Percentages of Color #bdae30

%45.99
%42.34
%11.68

CMYK Percentages of Color #bdae30

%0
%8
%75
%26

Triadic Colors of #bdae30

#bdae30 #30bdae #ae30bd

Analogous Colors of #bdae30

#bdae30 #86bd30 #bd6830

Monochromatic Colors of #bdae30

#bdae30

Complementary Color

#bdae30 #303fbd

#bdae30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdae30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdae30 Color CSS Codes

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

#bdae30 Text Font Color

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

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


#bdae30 Background Color

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

This div background color is #bdae30


#bdae30 Border Color

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

This div border color is #bdae30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdae30


Comments

No comments written yet.

Please login to write comment.