Color Hex Logo

#55fdfc Color Hex

#55FDFC
(85,253,252)
0 Favorites   0 Comments

Color spaces of #55fdfc

RGB 85253252
HSL0.500.980.66
HSV180°66°99°
CMYK 0.660.000.00   0.01
XYZ56.442379.2101104.4097
Yxy79.21010.23510.3300
Hunter Lab89.0001-42.5485-7.2555
CIE-Lab91.3293-42.3590-12.1722

#55fdfc color RGB value is (85,253,252).

#55fdfc hex color red value is 85, green value is 253 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #55fdfc hue: 0.50 , saturation: 0.98 and the lightness value of 55fdfc is 0.66.

The process color (four color CMYK) of #55fdfc color hex is 0.66, 0.00, 0.00, 0.01. Web safe color of #55fdfc is #66ffff. Color #55fdfc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 11111101 11111100
Octal 125 375 374
Decimal 85 253 252
Hex 55 FD FC

RGB Percentages of Color #55fdfc

%14.41
%42.88
%42.71

CMYK Percentages of Color #55fdfc

%66
%0
%0
%1

Triadic Colors of #55fdfc

#55fdfc #fc55fd #fdfc55

Analogous Colors of #55fdfc

#55fdfc #55aafd #55fda8

Monochromatic Colors of #55fdfc

#55fdfc

Complementary Color

#55fdfc #fd5556

#55fdfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55fdfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#55fdfc Color CSS Codes

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

#55fdfc Text Font Color

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

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


#55fdfc Background Color

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

This div background color is #55fdfc


#55fdfc Border Color

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

This div border color is #55fdfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55fdfc

Related Colors


Comments

No comments written yet.

Please login to write comment.