Color Hex Logo

#55ead2 Color Hex

#55EAD2
(85,234,210)
0 Favorites   0 Comments

Color spaces of #55ead2

RGB 85234210
HSL0.470.780.63
HSV170°64°92°
CMYK 0.640.000.10   0.08
XYZ44.802065.430171.2407
Yxy65.43010.24690.3606
Hunter Lab80.8889-42.68964.4041
CIE-Lab84.7049-44.94730.0013

#55ead2 color RGB value is (85,234,210).

#55ead2 hex color red value is 85, green value is 234 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #55ead2 hue: 0.47 , saturation: 0.78 and the lightness value of 55ead2 is 0.63.

The process color (four color CMYK) of #55ead2 color hex is 0.64, 0.00, 0.10, 0.08. Web safe color of #55ead2 is #66ffcc. Color #55ead2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 11101010 11010010
Octal 125 352 322
Decimal 85 234 210
Hex 55 EA D2

RGB Percentages of Color #55ead2

%16.07
%44.23
%39.70

CMYK Percentages of Color #55ead2

%64
%0
%10
%8

Triadic Colors of #55ead2

#55ead2 #d255ea #ead255

Analogous Colors of #55ead2

#55ead2 #55b8ea #55ea88

Monochromatic Colors of #55ead2

#55ead2

Complementary Color

#55ead2 #ea556d

#55ead2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55ead2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#55ead2 Color CSS Codes

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

#55ead2 Text Font Color

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

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


#55ead2 Background Color

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

This div background color is #55ead2


#55ead2 Border Color

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

This div border color is #55ead2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55ead2


Comments

No comments written yet.

Please login to write comment.