Color Hex Logo

#5ccecc Color Hex

#5CCECC
(92,206,204)
0 Favorites   0 Comments

Color spaces of #5ccecc

RGB 92206204
HSL0.500.540.58
HSV179°55°81°
CMYK 0.550.000.01   0.19
XYZ37.384050.777664.9574
Yxy50.77760.24410.3316
Hunter Lab71.2584-31.0565-4.1664
CIE-Lab76.5441-32.5557-8.8066

#5ccecc color RGB value is (92,206,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 11001110 11001100
Octal 134 316 314
Decimal 92 206 204
Hex 5C CE CC

RGB Percentages of Color #5ccecc

%18.33
%41.04
%40.64

CMYK Percentages of Color #5ccecc

%55
%0
%1
%19

Triadic Colors of #5ccecc

#5ccecc #cc5cce #cecc5c

Analogous Colors of #5ccecc

#5ccecc #5c97ce #5cce93

Monochromatic Colors of #5ccecc

#5ccecc

Complementary Color

#5ccecc #ce5c5e

#5ccecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ccecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ccecc Color CSS Codes

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

#5ccecc Text Font Color

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

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


#5ccecc Background Color

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

This div background color is #5ccecc


#5ccecc Border Color

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

This div border color is #5ccecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ccecc


Comments

No comments written yet.

Please login to write comment.