Color Hex Logo

#5cd8af Color Hex

#5CD8AF
(92,216,175)
0 Favorites   0 Comments

Color spaces of #5cd8af

RGB 92216175
HSL0.440.610.60
HSV160°57°85°
CMYK 0.570.000.19   0.15
XYZ36.707454.482249.1389
Yxy54.48220.26160.3882
Hunter Lab73.8121-40.401412.1973
CIE-Lab78.7421-44.25339.9391

#5cd8af color RGB value is (92,216,175).

#5cd8af hex color red value is 92, green value is 216 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #5cd8af hue: 0.44 , saturation: 0.61 and the lightness value of 5cd8af is 0.60.

The process color (four color CMYK) of #5cd8af color hex is 0.57, 0.00, 0.19, 0.15. Web safe color of #5cd8af is #66cc99. Color #5cd8af contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 11011000 10101111
Octal 134 330 257
Decimal 92 216 175
Hex 5C D8 AF

RGB Percentages of Color #5cd8af

%19.05
%44.72
%36.23

CMYK Percentages of Color #5cd8af

%57
%0
%19
%15

Triadic Colors of #5cd8af

#5cd8af #af5cd8 #d8af5c

Analogous Colors of #5cd8af

#5cd8af #5cc3d8 #5cd871

Monochromatic Colors of #5cd8af

#5cd8af

Complementary Color

#5cd8af #d85c85

#5cd8af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cd8af Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cd8af Color CSS Codes

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

#5cd8af Text Font Color

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

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


#5cd8af Background Color

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

This div background color is #5cd8af


#5cd8af Border Color

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

This div border color is #5cd8af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cd8af


Comments

No comments written yet.

Please login to write comment.