Color Hex Logo

#55eceb Color Hex

#55ECEB
(85,236,235)
0 Favorites   0 Comments

Color spaces of #55eceb

RGB 85236235
HSL0.500.800.63
HSV180°64°93°
CMYK 0.640.000.00   0.07
XYZ48.737267.920489.1385
Yxy67.92040.23680.3300
Hunter Lab82.4138-38.6644-6.4382
CIE-Lab85.9666-39.3111-11.2917

#55eceb color RGB value is (85,236,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 11101100 11101011
Octal 125 354 353
Decimal 85 236 235
Hex 55 EC EB

RGB Percentages of Color #55eceb

%15.29
%42.45
%42.27

CMYK Percentages of Color #55eceb

%64
%0
%0
%7

Triadic Colors of #55eceb

#55eceb #eb55ec #eceb55

Analogous Colors of #55eceb

#55eceb #55a2ec #55eca0

Monochromatic Colors of #55eceb

#55eceb

Complementary Color

#55eceb #ec5556

#55eceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55eceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#55eceb Color CSS Codes

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

#55eceb Text Font Color

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

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


#55eceb Background Color

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

This div background color is #55eceb


#55eceb Border Color

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

This div border color is #55eceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55eceb


Comments

No comments written yet.

Please login to write comment.