Color Hex Logo

#5ccddf Color Hex

#5CCDDF
(92,205,223)
0 Favorites   0 Comments

Color spaces of #5ccddf

RGB 92205223
HSL0.520.670.62
HSV188°59°87°
CMYK 0.590.080.00   0.13
XYZ39.564251.265777.6220
Yxy51.26570.23490.3043
Hunter Lab71.6001-26.6660-14.1565
CIE-Lab76.8397-26.8424-18.5961

#5ccddf color RGB value is (92,205,223).

#5ccddf hex color red value is 92, green value is 205 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #5ccddf hue: 0.52 , saturation: 0.67 and the lightness value of 5ccddf is 0.62.

The process color (four color CMYK) of #5ccddf color hex is 0.59, 0.08, 0.00, 0.13. Web safe color of #5ccddf is #66cccc. Color #5ccddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 11001101 11011111
Octal 134 315 337
Decimal 92 205 223
Hex 5C CD DF

RGB Percentages of Color #5ccddf

%17.69
%39.42
%42.88

CMYK Percentages of Color #5ccddf

%59
%8
%0
%13

Triadic Colors of #5ccddf

#5ccddf #df5ccd #cddf5c

Analogous Colors of #5ccddf

#5ccddf #5c8cdf #5cdfb0

Monochromatic Colors of #5ccddf

#5ccddf

Complementary Color

#5ccddf #df6e5c

#5ccddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ccddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ccddf Color CSS Codes

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

#5ccddf Text Font Color

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

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


#5ccddf Background Color

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

This div background color is #5ccddf


#5ccddf Border Color

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

This div border color is #5ccddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ccddf


Comments

No comments written yet.

Please login to write comment.