Color Hex Logo

#55ceca Color Hex

#55CECA
(85,206,202)
0 Favorites   0 Comments

Color spaces of #55ceca

RGB 85206202
HSL0.490.550.57
HSV178°59°81°
CMYK 0.590.000.02   0.19
XYZ36.478350.338263.6707
Yxy50.33820.24240.3345
Hunter Lab70.9494-32.3866-3.5428
CIE-Lab76.2764-34.3845-8.1491

#55ceca color RGB value is (85,206,202).

#55ceca hex color red value is 85, green value is 206 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #55ceca hue: 0.49 , saturation: 0.55 and the lightness value of 55ceca is 0.57.

The process color (four color CMYK) of #55ceca color hex is 0.59, 0.00, 0.02, 0.19. Web safe color of #55ceca is #66cccc. Color #55ceca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 11001110 11001010
Octal 125 316 312
Decimal 85 206 202
Hex 55 CE CA

RGB Percentages of Color #55ceca

%17.24
%41.78
%40.97

CMYK Percentages of Color #55ceca

%59
%0
%2
%19

Triadic Colors of #55ceca

#55ceca #ca55ce #ceca55

Analogous Colors of #55ceca

#55ceca #5596ce #55ce8e

Monochromatic Colors of #55ceca

#55ceca

Complementary Color

#55ceca #ce5559

#55ceca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55ceca Color Preview on White Background

Lorem ipsum dolor sit amet.

#55ceca Color CSS Codes

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

#55ceca Text Font Color

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

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


#55ceca Background Color

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

This div background color is #55ceca


#55ceca Border Color

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

This div border color is #55ceca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,206,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 #55ceca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55ceca


Comments

No comments written yet.

Please login to write comment.