Color Hex Logo

#5cd8be Color Hex

#5CD8BE
(92,216,190)
0 Favorites   0 Comments

Color spaces of #5cd8be

RGB 92216190
HSL0.470.610.60
HSV167°57°85°
CMYK 0.570.000.12   0.15
XYZ38.263855.104857.3348
Yxy55.10480.25390.3657
Hunter Lab74.2326-37.89786.1692
CIE-Lab79.1016-40.72792.4645

#5cd8be color RGB value is (92,216,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 11011000 10111110
Octal 134 330 276
Decimal 92 216 190
Hex 5C D8 BE

RGB Percentages of Color #5cd8be

%18.47
%43.37
%38.15

CMYK Percentages of Color #5cd8be

%57
%0
%12
%15

Triadic Colors of #5cd8be

#5cd8be #be5cd8 #d8be5c

Analogous Colors of #5cd8be

#5cd8be #5cb4d8 #5cd880

Monochromatic Colors of #5cd8be

#5cd8be

Complementary Color

#5cd8be #d85c76

#5cd8be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cd8be Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cd8be Color CSS Codes

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

#5cd8be Text Font Color

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

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


#5cd8be Background Color

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

This div background color is #5cd8be


#5cd8be Border Color

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

This div border color is #5cd8be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cd8be


Comments

No comments written yet.

Please login to write comment.