Color Hex Logo

#bdae34 Color Hex

#BDAE34
(189,174,52)
0 Favorites   0 Comments

Color spaces of #bdae34

RGB 18917452
HSL0.150.570.47
HSV53°72°74°
CMYK 0.000.080.72   0.26
XYZ36.742241.33899.2915
Yxy41.33890.42050.4731
Hunter Lab64.2953-10.511336.4386
CIE-Lab70.4127-8.235960.9356

#bdae34 color RGB value is (189,174,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101110 00110100
Octal 275 256 64
Decimal 189 174 52
Hex BD AE 34

RGB Percentages of Color #bdae34

%45.54
%41.93
%12.53

CMYK Percentages of Color #bdae34

%0
%8
%72
%26

Triadic Colors of #bdae34

#bdae34 #34bdae #ae34bd

Analogous Colors of #bdae34

#bdae34 #88bd34 #bd6a34

Monochromatic Colors of #bdae34

#bdae34

Complementary Color

#bdae34 #3443bd

#bdae34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdae34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdae34 Color CSS Codes

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

#bdae34 Text Font Color

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

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


#bdae34 Background Color

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

This div background color is #bdae34


#bdae34 Border Color

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

This div border color is #bdae34


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdae34


Comments

No comments written yet.

Please login to write comment.