Color Hex Logo

#5dedbc Color Hex

#5DEDBC
(93,237,188)
0 Favorites   0 Comments

Color spaces of #5dedbc

RGB 93237188
HSL0.440.800.65
HSV160°61°93°
CMYK 0.610.000.21   0.07
XYZ43.875566.526458.1053
Yxy66.52640.26040.3948
Hunter Lab81.5637-46.716214.8569
CIE-Lab85.2642-50.059312.3694

#5dedbc color RGB value is (93,237,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11101101 10111100
Octal 135 355 274
Decimal 93 237 188
Hex 5D ED BC

RGB Percentages of Color #5dedbc

%17.95
%45.75
%36.29

CMYK Percentages of Color #5dedbc

%61
%0
%21
%7

Triadic Colors of #5dedbc

#5dedbc #bc5ded #edbc5d

Analogous Colors of #5dedbc

#5dedbc #5dd6ed #5ded74

Monochromatic Colors of #5dedbc

#5dedbc

Complementary Color

#5dedbc #ed5d8e

#5dedbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dedbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dedbc Color CSS Codes

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

#5dedbc Text Font Color

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

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


#5dedbc Background Color

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

This div background color is #5dedbc


#5dedbc Border Color

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

This div border color is #5dedbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dedbc


Comments

No comments written yet.

Please login to write comment.