Color Hex Logo

#55dcfd Color Hex

#55DCFD
(85,220,253)
0 Favorites   0 Comments

Color spaces of #55dcfd

RGB 85220253
HSL0.530.980.66
HSV192°66°99°
CMYK 0.660.130.00   0.01
XYZ47.069160.2095102.0693
Yxy60.20950.22480.2876
Hunter Lab77.5948-27.5125-23.6746
CIE-Lab81.9519-26.6252-26.8553

#55dcfd color RGB value is (85,220,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 11011100 11111101
Octal 125 334 375
Decimal 85 220 253
Hex 55 DC FD

RGB Percentages of Color #55dcfd

%15.23
%39.43
%45.34

CMYK Percentages of Color #55dcfd

%66
%13
%0
%1

Triadic Colors of #55dcfd

#55dcfd #fd55dc #dcfd55

Analogous Colors of #55dcfd

#55dcfd #5588fd #55fdca

Monochromatic Colors of #55dcfd

#55dcfd

Complementary Color

#55dcfd #fd7655

#55dcfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55dcfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#55dcfd Color CSS Codes

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

#55dcfd Text Font Color

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

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


#55dcfd Background Color

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

This div background color is #55dcfd


#55dcfd Border Color

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

This div border color is #55dcfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55dcfd


Comments

No comments written yet.

Please login to write comment.