Color Hex Logo

#5ccdad Color Hex

#5CCDAD
(92,205,173)
0 Favorites   0 Comments

Color spaces of #5ccdad

RGB 92205173
HSL0.450.530.58
HSV163°55°80°
CMYK 0.550.000.16   0.20
XYZ33.787848.955147.2036
Yxy48.95510.26000.3767
Hunter Lab69.9679-36.24558.9778
CIE-Lab75.4234-39.87026.2582

#5ccdad color RGB value is (92,205,173).

#5ccdad hex color red value is 92, green value is 205 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #5ccdad hue: 0.45 , saturation: 0.53 and the lightness value of 5ccdad is 0.58.

The process color (four color CMYK) of #5ccdad color hex is 0.55, 0.00, 0.16, 0.20. Web safe color of #5ccdad is #66cc99. Color #5ccdad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 11001101 10101101
Octal 134 315 255
Decimal 92 205 173
Hex 5C CD AD

RGB Percentages of Color #5ccdad

%19.57
%43.62
%36.81

CMYK Percentages of Color #5ccdad

%55
%0
%16
%20

Triadic Colors of #5ccdad

#5ccdad #ad5ccd #cdad5c

Analogous Colors of #5ccdad

#5ccdad #5cb5cd #5ccd75

Monochromatic Colors of #5ccdad

#5ccdad

Complementary Color

#5ccdad #cd5c7c

#5ccdad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ccdad Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ccdad Color CSS Codes

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

#5ccdad Text Font Color

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

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


#5ccdad Background Color

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

This div background color is #5ccdad


#5ccdad Border Color

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

This div border color is #5ccdad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ccdad


Comments

No comments written yet.

Please login to write comment.