Color Hex Logo

#55ecef Color Hex

#55ECEF
(85,236,239)
0 Favorites   0 Comments

Color spaces of #55ecef

RGB 85236239
HSL0.500.830.64
HSV181°64°94°
CMYK 0.640.010.00   0.06
XYZ49.321868.154292.2169
Yxy68.15420.23520.3250
Hunter Lab82.5556-37.8296-8.4397
CIE-Lab86.0835-38.2210-13.2197

#55ecef color RGB value is (85,236,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 11101100 11101111
Octal 125 354 357
Decimal 85 236 239
Hex 55 EC EF

RGB Percentages of Color #55ecef

%15.18
%42.14
%42.68

CMYK Percentages of Color #55ecef

%64
%1
%0
%6

Triadic Colors of #55ecef

#55ecef #ef55ec #ecef55

Analogous Colors of #55ecef

#55ecef #559fef #55efa5

Monochromatic Colors of #55ecef

#55ecef

Complementary Color

#55ecef #ef5855

#55ecef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55ecef Color Preview on White Background

Lorem ipsum dolor sit amet.

#55ecef Color CSS Codes

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

#55ecef Text Font Color

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

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


#55ecef Background Color

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

This div background color is #55ecef


#55ecef Border Color

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

This div border color is #55ecef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55ecef

#55ecef Color Palettes


Comments

No comments written yet.

Please login to write comment.