Color Hex Logo

#55eedc Color Hex

#55EEDC
(85,238,220)
0 Favorites   0 Comments

Color spaces of #55eedc

RGB 85238220
HSL0.480.820.63
HSV173°64°93°
CMYK 0.640.000.08   0.07
XYZ47.239168.247778.3935
Yxy68.24770.24370.3520
Hunter Lab82.6122-42.50181.5662
CIE-Lab86.1302-44.1591-3.1680

#55eedc color RGB value is (85,238,220).

#55eedc hex color red value is 85, green value is 238 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #55eedc hue: 0.48 , saturation: 0.82 and the lightness value of 55eedc is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 11101110 11011100
Octal 125 356 334
Decimal 85 238 220
Hex 55 EE DC

RGB Percentages of Color #55eedc

%15.65
%43.83
%40.52

CMYK Percentages of Color #55eedc

%64
%0
%8
%7

Triadic Colors of #55eedc

#55eedc #dc55ee #eedc55

Analogous Colors of #55eedc

#55eedc #55b4ee #55ee90

Monochromatic Colors of #55eedc

#55eedc

Complementary Color

#55eedc #ee5567

#55eedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55eedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#55eedc Color CSS Codes

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

#55eedc Text Font Color

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

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


#55eedc Background Color

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

This div background color is #55eedc


#55eedc Border Color

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

This div border color is #55eedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55eedc


Comments

No comments written yet.

Please login to write comment.