Color Hex Logo

#5cc5cc Color Hex

#5CC5CC
(92,197,204)
0 Favorites   0 Comments

Color spaces of #5cc5cc

RGB 92197204
HSL0.510.520.58
HSV184°55°80°
CMYK 0.550.030.00   0.20
XYZ35.279046.567464.2558
Yxy46.56740.24150.3187
Hunter Lab68.2403-27.1393-8.0599
CIE-Lab73.9122-28.2206-12.7360

#5cc5cc color RGB value is (92,197,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 11000101 11001100
Octal 134 305 314
Decimal 92 197 204
Hex 5C C5 CC

RGB Percentages of Color #5cc5cc

%18.66
%39.96
%41.38

CMYK Percentages of Color #5cc5cc

%55
%3
%0
%20

Triadic Colors of #5cc5cc

#5cc5cc #cc5cc5 #c5cc5c

Analogous Colors of #5cc5cc

#5cc5cc #5c8dcc #5ccc9b

Monochromatic Colors of #5cc5cc

#5cc5cc

Complementary Color

#5cc5cc #cc635c

#5cc5cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cc5cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cc5cc Color CSS Codes

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

#5cc5cc Text Font Color

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

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


#5cc5cc Background Color

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

This div background color is #5cc5cc


#5cc5cc Border Color

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

This div border color is #5cc5cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(92,197,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 #5cc5cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cc5cc


Comments

No comments written yet.

Please login to write comment.