Color Hex Logo

#5cecdd Color Hex

#5CECDD
(92,236,221)
0 Favorites   0 Comments

Color spaces of #5cecdd

RGB 92236221
HSL0.480.790.64
HSV174°61°93°
CMYK 0.610.000.06   0.07
XYZ47.460267.486778.9314
Yxy67.48670.24480.3481
Hunter Lab82.1503-40.63930.5384
CIE-Lab85.7491-41.8999-4.2340

#5cecdd color RGB value is (92,236,221).

#5cecdd hex color red value is 92, green value is 236 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #5cecdd hue: 0.48 , saturation: 0.79 and the lightness value of 5cecdd is 0.64.

The process color (four color CMYK) of #5cecdd color hex is 0.61, 0.00, 0.06, 0.07. Web safe color of #5cecdd is #66ffcc. Color #5cecdd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 11101100 11011101
Octal 134 354 335
Decimal 92 236 221
Hex 5C EC DD

RGB Percentages of Color #5cecdd

%16.76
%42.99
%40.26

CMYK Percentages of Color #5cecdd

%61
%0
%6
%7

Triadic Colors of #5cecdd

#5cecdd #dd5cec #ecdd5c

Analogous Colors of #5cecdd

#5cecdd #5cb3ec #5cec95

Monochromatic Colors of #5cecdd

#5cecdd

Complementary Color

#5cecdd #ec5c6b

#5cecdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cecdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cecdd Color CSS Codes

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

#5cecdd Text Font Color

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

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


#5cecdd Background Color

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

This div background color is #5cecdd


#5cecdd Border Color

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

This div border color is #5cecdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cecdd


Comments

No comments written yet.

Please login to write comment.