Color Hex Logo

#55aa92 Color Hex

#55AA92
(85,170,146)
0 Favorites   0 Comments

Color spaces of #55aa92

RGB 85170146
HSL0.450.330.50
HSV163°50°67°
CMYK 0.500.000.14   0.33
XYZ23.309332.756132.2882
Yxy32.75610.26380.3707
Hunter Lab57.2329-27.45986.6144
CIE-Lab63.9629-31.69964.4972

#55aa92 color RGB value is (85,170,146).

#55aa92 hex color red value is 85, green value is 170 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #55aa92 hue: 0.45 , saturation: 0.33 and the lightness value of 55aa92 is 0.50.

The process color (four color CMYK) of #55aa92 color hex is 0.50, 0.00, 0.14, 0.33. Web safe color of #55aa92 is #669999. Color #55aa92 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10101010 10010010
Octal 125 252 222
Decimal 85 170 146
Hex 55 AA 92

RGB Percentages of Color #55aa92

%21.20
%42.39
%36.41

CMYK Percentages of Color #55aa92

%50
%0
%14
%33

Triadic Colors of #55aa92

#55aa92 #9255aa #aa9255

Analogous Colors of #55aa92

#55aa92 #5598aa #55aa68

Monochromatic Colors of #55aa92

#55aa92

Complementary Color

#55aa92 #aa556d

#55aa92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55aa92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#55aa92 Color CSS Codes

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

#55aa92 Text Font Color

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

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


#55aa92 Background Color

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

This div background color is #55aa92


#55aa92 Border Color

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

This div border color is #55aa92


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,170,146, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55aa92


Comments

No comments written yet.

Please login to write comment.