Color Hex Logo

#55eaff Color Hex

#55EAFF
(85,234,255)
0 Favorites   0 Comments

Color spaces of #55eaff

RGB 85234255
HSL0.521.000.67
HSV187°67°100°
CMYK 0.670.080.00   0.00
XYZ51.219167.9969105.0329
Yxy67.99690.22840.3032
Hunter Lab82.4602-33.4325-17.7979
CIE-Lab86.0049-32.7949-21.7438

#55eaff color RGB value is (85,234,255).

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

The process color (four color CMYK) of #55eaff color hex is 0.67, 0.08, 0.00, 0.00. Web safe color of #55eaff is #66ffff. Color #55eaff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 11101010 11111111
Octal 125 352 377
Decimal 85 234 255
Hex 55 EA FF

RGB Percentages of Color #55eaff

%14.81
%40.77
%44.43

CMYK Percentages of Color #55eaff

%67
%8
%0
%0

Triadic Colors of #55eaff

#55eaff #ff55ea #eaff55

Analogous Colors of #55eaff

#55eaff #5595ff #55ffbf

Monochromatic Colors of #55eaff

#55eaff

Complementary Color

#55eaff #ff6a55

#55eaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55eaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#55eaff Color CSS Codes

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

#55eaff Text Font Color

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

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


#55eaff Background Color

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

This div background color is #55eaff


#55eaff Border Color

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

This div border color is #55eaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55eaff

Related Colors


Comments

No comments written yet.

Please login to write comment.