Color Hex Logo

#5cedbd Color Hex

#5CEDBD
(92,237,189)
0 Favorites   0 Comments

Color spaces of #5cedbd

RGB 92237189
HSL0.440.800.65
HSV160°61°93°
CMYK 0.610.000.20   0.07
XYZ43.883166.517858.6705
Yxy66.51780.25960.3934
Hunter Lab81.5584-46.684114.4396
CIE-Lab85.2599-50.018111.8376

#5cedbd color RGB value is (92,237,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 11101101 10111101
Octal 134 355 275
Decimal 92 237 189
Hex 5C ED BD

RGB Percentages of Color #5cedbd

%17.76
%45.75
%36.49

CMYK Percentages of Color #5cedbd

%61
%0
%20
%7

Triadic Colors of #5cedbd

#5cedbd #bd5ced #edbd5c

Analogous Colors of #5cedbd

#5cedbd #5cd5ed #5ced75

Monochromatic Colors of #5cedbd

#5cedbd

Complementary Color

#5cedbd #ed5c8c

#5cedbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cedbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cedbd Color CSS Codes

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

#5cedbd Text Font Color

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

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


#5cedbd Background Color

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

This div background color is #5cedbd


#5cedbd Border Color

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

This div border color is #5cedbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cedbd


Comments

No comments written yet.

Please login to write comment.