Color Hex Logo

#55ecee Color Hex

#55ECEE
(85,236,238)
0 Favorites   0 Comments

Color spaces of #55ecee

RGB 85236238
HSL0.500.820.63
HSV181°64°93°
CMYK 0.640.010.00   0.07
XYZ49.174468.095291.4409
Yxy68.09520.23560.3263
Hunter Lab82.5198-38.0397-7.9359
CIE-Lab86.0540-38.4947-12.7382

#55ecee color RGB value is (85,236,238).

#55ecee hex color red value is 85, green value is 236 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #55ecee hue: 0.50 , saturation: 0.82 and the lightness value of 55ecee is 0.63.

The process color (four color CMYK) of #55ecee color hex is 0.64, 0.01, 0.00, 0.07. Web safe color of #55ecee is #66ffff. Color #55ecee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 11101100 11101110
Octal 125 354 356
Decimal 85 236 238
Hex 55 EC EE

RGB Percentages of Color #55ecee

%15.21
%42.22
%42.58

CMYK Percentages of Color #55ecee

%64
%1
%0
%7

Triadic Colors of #55ecee

#55ecee #ee55ec #ecee55

Analogous Colors of #55ecee

#55ecee #55a0ee #55eea4

Monochromatic Colors of #55ecee

#55ecee

Complementary Color

#55ecee #ee5755

#55ecee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55ecee Color Preview on White Background

Lorem ipsum dolor sit amet.

#55ecee Color CSS Codes

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

#55ecee Text Font Color

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

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


#55ecee Background Color

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

This div background color is #55ecee


#55ecee Border Color

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

This div border color is #55ecee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55ecee


Comments

No comments written yet.

Please login to write comment.