Color Hex Logo

#5ccacc Color Hex

#5CCACC
(92,202,204)
0 Favorites   0 Comments

Color spaces of #5ccacc

RGB 92202204
HSL0.500.520.58
HSV181°55°80°
CMYK 0.550.010.00   0.20
XYZ36.433248.876064.6405
Yxy48.87600.24300.3259
Hunter Lab69.9114-29.3225-5.8820
CIE-Lab75.3741-30.6452-10.5496

#5ccacc color RGB value is (92,202,204).

#5ccacc hex color red value is 92, green value is 202 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #5ccacc hue: 0.50 , saturation: 0.52 and the lightness value of 5ccacc is 0.58.

The process color (four color CMYK) of #5ccacc color hex is 0.55, 0.01, 0.00, 0.20. Web safe color of #5ccacc is #66cccc. Color #5ccacc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 11001010 11001100
Octal 134 312 314
Decimal 92 202 204
Hex 5C CA CC

RGB Percentages of Color #5ccacc

%18.47
%40.56
%40.96

CMYK Percentages of Color #5ccacc

%55
%1
%0
%20

Triadic Colors of #5ccacc

#5ccacc #cc5cca #cacc5c

Analogous Colors of #5ccacc

#5ccacc #5c92cc #5ccc96

Monochromatic Colors of #5ccacc

#5ccacc

Complementary Color

#5ccacc #cc5e5c

#5ccacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ccacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ccacc Color CSS Codes

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

#5ccacc Text Font Color

<p style="color:#5ccacc">Text here</p>

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


#5ccacc Background Color

<div style="background-color:#5ccacc">
Div content here</div>

This div background color is #5ccacc


#5ccacc Border Color

<div style="border:3px solid #5ccacc">
Div here</div>

This div border color is #5ccacc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(92,202,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5ccacc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5ccacc;
  -webkit-box-shadow: 1px 1px 3px 2px #5ccacc;
  box-shadow:         1px 1px 3px 2px #5ccacc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ccacc


Comments

No comments written yet.

Please login to write comment.