Color Hex Logo

#55fedf Color Hex

#55FEDF
(85,254,223)
0 Favorites   0 Comments

Color spaces of #55fedf

RGB 85254223
HSL0.470.990.66
HSV169°67°100°
CMYK 0.670.000.12   0.00
XYZ52.507478.142682.1276
Yxy78.14260.24680.3673
Hunter Lab88.3983-48.67046.7947
CIE-Lab90.8449-50.27392.1588

#55fedf color RGB value is (85,254,223).

#55fedf hex color red value is 85, green value is 254 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #55fedf hue: 0.47 , saturation: 0.99 and the lightness value of 55fedf is 0.66.

The process color (four color CMYK) of #55fedf color hex is 0.67, 0.00, 0.12, 0.00. Web safe color of #55fedf is #66ffcc. Color #55fedf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 11111110 11011111
Octal 125 376 337
Decimal 85 254 223
Hex 55 FE DF

RGB Percentages of Color #55fedf

%15.12
%45.20
%39.68

CMYK Percentages of Color #55fedf

%67
%0
%12
%0

Triadic Colors of #55fedf

#55fedf #df55fe #fedf55

Analogous Colors of #55fedf

#55fedf #55c9fe #55fe8b

Monochromatic Colors of #55fedf

#55fedf

Complementary Color

#55fedf #fe5574

#55fedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55fedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#55fedf Color CSS Codes

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

#55fedf Text Font Color

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

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


#55fedf Background Color

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

This div background color is #55fedf


#55fedf Border Color

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

This div border color is #55fedf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,254,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 #55fedf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55fedf

Related Colors


Comments

No comments written yet.

Please login to write comment.