Color Hex Logo

#55eddf Color Hex

#55EDDF
(85,237,223)
0 Favorites   0 Comments

Color spaces of #55eddf

RGB 85237223
HSL0.480.810.63
HSV174°64°93°
CMYK 0.640.000.06   0.07
XYZ47.349867.827480.4084
Yxy67.82740.24210.3468
Hunter Lab82.3574-41.5003-0.2367
CIE-Lab85.9201-42.9445-5.0530

#55eddf color RGB value is (85,237,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 11101101 11011111
Octal 125 355 337
Decimal 85 237 223
Hex 55 ED DF

RGB Percentages of Color #55eddf

%15.60
%43.49
%40.92

CMYK Percentages of Color #55eddf

%64
%0
%6
%7

Triadic Colors of #55eddf

#55eddf #df55ed #eddf55

Analogous Colors of #55eddf

#55eddf #55afed #55ed93

Monochromatic Colors of #55eddf

#55eddf

Complementary Color

#55eddf #ed5563

#55eddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55eddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#55eddf Color CSS Codes

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

#55eddf Text Font Color

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

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


#55eddf Background Color

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

This div background color is #55eddf


#55eddf Border Color

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

This div border color is #55eddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55eddf


Comments

No comments written yet.

Please login to write comment.