Color Hex Logo

#55dead Color Hex

#55DEAD
(85,222,173)
0 Favorites   0 Comments

Color spaces of #55dead

RGB 85222173
HSL0.440.670.60
HSV159°62°87°
CMYK 0.620.000.22   0.13
XYZ37.410457.191048.6024
Yxy57.19100.26120.3994
Hunter Lab75.6247-44.042114.8329
CIE-Lab80.2869-48.602313.1629

#55dead color RGB value is (85,222,173).

#55dead hex color red value is 85, green value is 222 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #55dead hue: 0.44 , saturation: 0.67 and the lightness value of 55dead is 0.60.

The process color (four color CMYK) of #55dead color hex is 0.62, 0.00, 0.22, 0.13. Web safe color of #55dead is #66cc99. Color #55dead contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 11011110 10101101
Octal 125 336 255
Decimal 85 222 173
Hex 55 DE AD

RGB Percentages of Color #55dead

%17.71
%46.25
%36.04

CMYK Percentages of Color #55dead

%62
%0
%22
%13

Triadic Colors of #55dead

#55dead #ad55de #dead55

Analogous Colors of #55dead

#55dead #55cbde #55de69

Monochromatic Colors of #55dead

#55dead

Complementary Color

#55dead #de5586

#55dead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55dead Color Preview on White Background

Lorem ipsum dolor sit amet.

#55dead Color CSS Codes

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

#55dead Text Font Color

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

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


#55dead Background Color

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

This div background color is #55dead


#55dead Border Color

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

This div border color is #55dead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55dead


Comments

No comments written yet.

Please login to write comment.