Color Hex Logo

#55ae0a Color Hex

#55AE0A
(85,174,10)
0 Favorites   0 Comments

Color spaces of #55ae0a

RGB 8517410
HSL0.260.890.36
HSV93°94°68°
CMYK 0.510.000.94   0.32
XYZ18.937232.22535.5092
Yxy32.22530.33420.5686
Hunter Lab56.7673-39.796433.9831
CIE-Lab63.5287-50.764863.1454

#55ae0a color RGB value is (85,174,10).

#55ae0a hex color red value is 85, green value is 174 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #55ae0a hue: 0.26 , saturation: 0.89 and the lightness value of 55ae0a is 0.36.

The process color (four color CMYK) of #55ae0a color hex is 0.51, 0.00, 0.94, 0.32. Web safe color of #55ae0a is #669900. Color #55ae0a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10101110 00001010
Octal 125 256 12
Decimal 85 174 10
Hex 55 AE A

RGB Percentages of Color #55ae0a

%31.60
%64.68
%3.72

CMYK Percentages of Color #55ae0a

%51
%0
%94
%32

Triadic Colors of #55ae0a

#55ae0a #0a55ae #ae0a55

Analogous Colors of #55ae0a

#55ae0a #0aae11 #a7ae0a

Monochromatic Colors of #55ae0a

#55ae0a

Complementary Color

#55ae0a #630aae

#55ae0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55ae0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#55ae0a Color CSS Codes

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

#55ae0a Text Font Color

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

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


#55ae0a Background Color

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

This div background color is #55ae0a


#55ae0a Border Color

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

This div border color is #55ae0a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,174,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #55ae0a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #55ae0a;
  -webkit-box-shadow: 1px 1px 3px 2px #55ae0a;
  box-shadow:         1px 1px 3px 2px #55ae0a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,174,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 #55ae0a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55ae0a


Comments

No comments written yet.

Please login to write comment.