Color Hex Logo

#55dcfa Color Hex

#55DCFA
(85,220,250)
0 Favorites   0 Comments

Color spaces of #55dcfa

RGB 85220250
HSL0.530.940.66
HSV191°66°98°
CMYK 0.660.120.00   0.02
XYZ46.594860.019899.5717
Yxy60.01980.22600.2911
Hunter Lab77.4724-28.2203-21.9719
CIE-Lab81.8490-27.5145-25.4231

#55dcfa color RGB value is (85,220,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 11011100 11111010
Octal 125 334 372
Decimal 85 220 250
Hex 55 DC FA

RGB Percentages of Color #55dcfa

%15.32
%39.64
%45.05

CMYK Percentages of Color #55dcfa

%66
%12
%0
%2

Triadic Colors of #55dcfa

#55dcfa #fa55dc #dcfa55

Analogous Colors of #55dcfa

#55dcfa #558afa #55fac6

Monochromatic Colors of #55dcfa

#55dcfa

Complementary Color

#55dcfa #fa7355

#55dcfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55dcfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#55dcfa Color CSS Codes

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

#55dcfa Text Font Color

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

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


#55dcfa Background Color

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

This div background color is #55dcfa


#55dcfa Border Color

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

This div border color is #55dcfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55dcfa


Comments

No comments written yet.

Please login to write comment.