Color Hex Logo

#55dafa Color Hex

#55DAFA
(85,218,250)
0 Favorites   0 Comments

Color spaces of #55dafa

RGB 85218250
HSL0.530.940.66
HSV192°66°98°
CMYK 0.660.130.00   0.02
XYZ46.073058.976299.3977
Yxy58.97620.22540.2885
Hunter Lab76.7960-27.3036-22.9824
CIE-Lab81.2785-26.5330-26.2935

#55dafa color RGB value is (85,218,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 11011010 11111010
Octal 125 332 372
Decimal 85 218 250
Hex 55 DA FA

RGB Percentages of Color #55dafa

%15.37
%39.42
%45.21

CMYK Percentages of Color #55dafa

%66
%13
%0
%2

Triadic Colors of #55dafa

#55dafa #fa55da #dafa55

Analogous Colors of #55dafa

#55dafa #5588fa #55fac8

Monochromatic Colors of #55dafa

#55dafa

Complementary Color

#55dafa #fa7555

#55dafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55dafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#55dafa Color CSS Codes

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

#55dafa Text Font Color

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

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


#55dafa Background Color

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

This div background color is #55dafa


#55dafa Border Color

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

This div border color is #55dafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55dafa

Related Colors


Comments

No comments written yet.

Please login to write comment.