Color Hex Logo

#55eced Color Hex

#55ECED
(85,236,237)
0 Favorites   0 Comments

Color spaces of #55eced

RGB 85236237
HSL0.500.810.63
HSV180°64°93°
CMYK 0.640.000.00   0.07
XYZ49.027868.036690.6691
Yxy68.03660.23600.3275
Hunter Lab82.4843-38.2490-7.4343
CIE-Lab86.0247-38.7677-12.2563

#55eced color RGB value is (85,236,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 11101100 11101101
Octal 125 354 355
Decimal 85 236 237
Hex 55 EC ED

RGB Percentages of Color #55eced

%15.23
%42.29
%42.47

CMYK Percentages of Color #55eced

%64
%0
%0
%7

Triadic Colors of #55eced

#55eced #ed55ec #eced55

Analogous Colors of #55eced

#55eced #55a0ed #55eda2

Monochromatic Colors of #55eced

#55eced

Complementary Color

#55eced #ed5655

#55eced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55eced Color Preview on White Background

Lorem ipsum dolor sit amet.

#55eced Color CSS Codes

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

#55eced Text Font Color

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

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


#55eced Background Color

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

This div background color is #55eced


#55eced Border Color

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

This div border color is #55eced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55eced


Comments

No comments written yet.

Please login to write comment.