Color Hex Logo

#55eafa Color Hex

#55EAFA
(85,234,250)
0 Favorites   0 Comments

Color spaces of #55eafa

RGB 85234250
HSL0.520.940.66
HSV186°66°98°
CMYK 0.660.060.00   0.02
XYZ50.424467.6791100.8482
Yxy67.67910.23030.3091
Hunter Lab82.2673-34.5591-15.0941
CIE-Lab85.8457-34.2242-19.3581

#55eafa color RGB value is (85,234,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 11101010 11111010
Octal 125 352 372
Decimal 85 234 250
Hex 55 EA FA

RGB Percentages of Color #55eafa

%14.94
%41.12
%43.94

CMYK Percentages of Color #55eafa

%66
%6
%0
%2

Triadic Colors of #55eafa

#55eafa #fa55ea #eafa55

Analogous Colors of #55eafa

#55eafa #5598fa #55fab8

Monochromatic Colors of #55eafa

#55eafa

Complementary Color

#55eafa #fa6555

#55eafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55eafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#55eafa Color CSS Codes

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

#55eafa Text Font Color

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

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


#55eafa Background Color

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

This div background color is #55eafa


#55eafa Border Color

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

This div border color is #55eafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55eafa

Related Colors


Comments

No comments written yet.

Please login to write comment.