Color Hex Logo

#55cac5 Color Hex

#55CAC5
(85,202,197)
0 Favorites   0 Comments

Color spaces of #55cac5

RGB 85202197
HSL0.490.520.56
HSV177°58°79°
CMYK 0.580.000.02   0.21
XYZ34.944948.203660.2858
Yxy48.20360.24360.3361
Hunter Lab69.4288-31.6578-2.8820
CIE-Lab74.9532-33.8454-7.4126

#55cac5 color RGB value is (85,202,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 11001010 11000101
Octal 125 312 305
Decimal 85 202 197
Hex 55 CA C5

RGB Percentages of Color #55cac5

%17.56
%41.74
%40.70

CMYK Percentages of Color #55cac5

%58
%0
%2
%21

Triadic Colors of #55cac5

#55cac5 #c555ca #cac555

Analogous Colors of #55cac5

#55cac5 #5595ca #55ca8b

Monochromatic Colors of #55cac5

#55cac5

Complementary Color

#55cac5 #ca555a

#55cac5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55cac5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#55cac5 Color CSS Codes

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

#55cac5 Text Font Color

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

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


#55cac5 Background Color

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

This div background color is #55cac5


#55cac5 Border Color

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

This div border color is #55cac5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55cac5


Comments

No comments written yet.

Please login to write comment.