Color Hex Logo

#5ccfdf Color Hex

#5CCFDF
(92,207,223)
0 Favorites   0 Comments

Color spaces of #5ccfdf

RGB 92207223
HSL0.520.670.62
HSV187°59°87°
CMYK 0.590.070.00   0.13
XYZ40.045752.228777.7825
Yxy52.22870.23550.3071
Hunter Lab72.2694-27.5617-13.2243
CIE-Lab77.4174-27.8241-17.7231

#5ccfdf color RGB value is (92,207,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 11001111 11011111
Octal 134 317 337
Decimal 92 207 223
Hex 5C CF DF

RGB Percentages of Color #5ccfdf

%17.62
%39.66
%42.72

CMYK Percentages of Color #5ccfdf

%59
%7
%0
%13

Triadic Colors of #5ccfdf

#5ccfdf #df5ccf #cfdf5c

Analogous Colors of #5ccfdf

#5ccfdf #5c8edf #5cdfae

Monochromatic Colors of #5ccfdf

#5ccfdf

Complementary Color

#5ccfdf #df6c5c

#5ccfdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ccfdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ccfdf Color CSS Codes

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

#5ccfdf Text Font Color

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

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


#5ccfdf Background Color

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

This div background color is #5ccfdf


#5ccfdf Border Color

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

This div border color is #5ccfdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ccfdf


Comments

No comments written yet.

Please login to write comment.