Color Hex Logo

#55eeca Color Hex

#55EECA
(85,238,202)
0 Favorites   0 Comments

Color spaces of #55eeca

RGB 85238202
HSL0.460.820.63
HSV166°64°93°
CMYK 0.640.000.15   0.07
XYZ44.981567.344666.5052
Yxy67.34460.25150.3766
Hunter Lab82.0638-45.77069.3955
CIE-Lab85.6777-48.62145.6141

#55eeca color RGB value is (85,238,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 11101110 11001010
Octal 125 356 312
Decimal 85 238 202
Hex 55 EE CA

RGB Percentages of Color #55eeca

%16.19
%45.33
%38.48

CMYK Percentages of Color #55eeca

%64
%0
%15
%7

Triadic Colors of #55eeca

#55eeca #ca55ee #eeca55

Analogous Colors of #55eeca

#55eeca #55c6ee #55ee7e

Monochromatic Colors of #55eeca

#55eeca

Complementary Color

#55eeca #ee5579

#55eeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55eeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#55eeca Color CSS Codes

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

#55eeca Text Font Color

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

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


#55eeca Background Color

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

This div background color is #55eeca


#55eeca Border Color

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

This div border color is #55eeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55eeca


Comments

No comments written yet.

Please login to write comment.