Color Hex Logo

#55dcfc Color Hex

#55DCFC
(85,220,252)
0 Favorites   0 Comments

Color spaces of #55dcfc

RGB 85220252
HSL0.530.970.66
HSV191°66°99°
CMYK 0.660.130.00   0.01
XYZ46.910260.1460101.2324
Yxy60.14600.22520.2888
Hunter Lab77.5539-27.7495-23.1046
CIE-Lab81.9175-26.9224-26.3783

#55dcfc color RGB value is (85,220,252).

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

The process color (four color CMYK) of #55dcfc color hex is 0.66, 0.13, 0.00, 0.01. Web safe color of #55dcfc is #66ccff. Color #55dcfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 11011100 11111100
Octal 125 334 374
Decimal 85 220 252
Hex 55 DC FC

RGB Percentages of Color #55dcfc

%15.26
%39.50
%45.24

CMYK Percentages of Color #55dcfc

%66
%13
%0
%1

Triadic Colors of #55dcfc

#55dcfc #fc55dc #dcfc55

Analogous Colors of #55dcfc

#55dcfc #5589fc #55fcc9

Monochromatic Colors of #55dcfc

#55dcfc

Complementary Color

#55dcfc #fc7555

#55dcfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55dcfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#55dcfc Color CSS Codes

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

#55dcfc Text Font Color

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

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


#55dcfc Background Color

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

This div background color is #55dcfc


#55dcfc Border Color

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

This div border color is #55dcfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55dcfc

Related Colors


Comments

No comments written yet.

Please login to write comment.