Color Hex Logo

#5ccedd Color Hex

#5CCEDD
(92,206,221)
0 Favorites   0 Comments

Color spaces of #5ccedd

RGB 92206221
HSL0.520.650.61
HSV187°58°87°
CMYK 0.580.070.00   0.13
XYZ39.536151.638476.2900
Yxy51.63840.23610.3084
Hunter Lab71.8599-27.5470-12.6433
CIE-Lab77.0641-27.8982-17.1813

#5ccedd color RGB value is (92,206,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 11001110 11011101
Octal 134 316 335
Decimal 92 206 221
Hex 5C CE DD

RGB Percentages of Color #5ccedd

%17.73
%39.69
%42.58

CMYK Percentages of Color #5ccedd

%58
%7
%0
%13

Triadic Colors of #5ccedd

#5ccedd #dd5cce #cedd5c

Analogous Colors of #5ccedd

#5ccedd #5c8edd #5cddac

Monochromatic Colors of #5ccedd

#5ccedd

Complementary Color

#5ccedd #dd6b5c

#5ccedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ccedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ccedd Color CSS Codes

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

#5ccedd Text Font Color

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

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


#5ccedd Background Color

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

This div background color is #5ccedd


#5ccedd Border Color

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

This div border color is #5ccedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ccedd


Comments

No comments written yet.

Please login to write comment.