Color Hex Logo

#5ccedf Color Hex

#5CCEDF
(92,206,223)
0 Favorites   0 Comments

Color spaces of #5ccedf

RGB 92206223
HSL0.520.670.62
HSV188°59°87°
CMYK 0.590.080.00   0.13
XYZ39.804251.745677.7020
Yxy51.74560.23520.3057
Hunter Lab71.9344-27.1140-13.6897
CIE-Lab77.1285-27.3338-18.1595

#5ccedf color RGB value is (92,206,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 11001110 11011111
Octal 134 316 337
Decimal 92 206 223
Hex 5C CE DF

RGB Percentages of Color #5ccedf

%17.66
%39.54
%42.80

CMYK Percentages of Color #5ccedf

%59
%8
%0
%13

Triadic Colors of #5ccedf

#5ccedf #df5cce #cedf5c

Analogous Colors of #5ccedf

#5ccedf #5c8ddf #5cdfaf

Monochromatic Colors of #5ccedf

#5ccedf

Complementary Color

#5ccedf #df6d5c

#5ccedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ccedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ccedf Color CSS Codes

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

#5ccedf Text Font Color

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

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


#5ccedf Background Color

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

This div background color is #5ccedf


#5ccedf Border Color

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

This div border color is #5ccedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ccedf


Comments

No comments written yet.

Please login to write comment.