Color Hex Logo

#5cedaa Color Hex

#5CEDAA
(92,237,170)
0 Favorites   0 Comments

Color spaces of #5cedaa

RGB 92237170
HSL0.420.800.65
HSV152°61°93°
CMYK 0.610.000.28   0.07
XYZ41.953565.746048.5093
Yxy65.74600.26860.4209
Hunter Lab81.0839-49.539421.2879
CIE-Lab84.8667-54.072821.1568

#5cedaa color RGB value is (92,237,170).

#5cedaa hex color red value is 92, green value is 237 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #5cedaa hue: 0.42 , saturation: 0.80 and the lightness value of 5cedaa is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 11101101 10101010
Octal 134 355 252
Decimal 92 237 170
Hex 5C ED AA

RGB Percentages of Color #5cedaa

%18.44
%47.49
%34.07

CMYK Percentages of Color #5cedaa

%61
%0
%28
%7

Triadic Colors of #5cedaa

#5cedaa #aa5ced #edaa5c

Analogous Colors of #5cedaa

#5cedaa #5ce8ed #5ced62

Monochromatic Colors of #5cedaa

#5cedaa

Complementary Color

#5cedaa #ed5c9f

#5cedaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cedaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cedaa Color CSS Codes

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

#5cedaa Text Font Color

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

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


#5cedaa Background Color

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

This div background color is #5cedaa


#5cedaa Border Color

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

This div border color is #5cedaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cedaa


Comments

No comments written yet.

Please login to write comment.