Color Hex Logo

#5deadb Color Hex

#5DEADB
(93,234,219)
0 Favorites   0 Comments

Color spaces of #5deadb

RGB 93234219
HSL0.480.770.64
HSV174°60°92°
CMYK 0.600.000.06   0.08
XYZ46.723266.287377.3500
Yxy66.28730.24540.3482
Hunter Lab81.4170-40.04310.6636
CIE-Lab85.1428-41.3502-4.0715

#5deadb color RGB value is (93,234,219).

#5deadb hex color red value is 93, green value is 234 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #5deadb hue: 0.48 , saturation: 0.77 and the lightness value of 5deadb is 0.64.

The process color (four color CMYK) of #5deadb color hex is 0.60, 0.00, 0.06, 0.08. Web safe color of #5deadb is #66ffcc. Color #5deadb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 11101010 11011011
Octal 135 352 333
Decimal 93 234 219
Hex 5D EA DB

RGB Percentages of Color #5deadb

%17.03
%42.86
%40.11

CMYK Percentages of Color #5deadb

%60
%0
%6
%8

Triadic Colors of #5deadb

#5deadb #db5dea #eadb5d

Analogous Colors of #5deadb

#5deadb #5db3ea #5dea95

Monochromatic Colors of #5deadb

#5deadb

Complementary Color

#5deadb #ea5d6c

#5deadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5deadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5deadb Color CSS Codes

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

#5deadb Text Font Color

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

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


#5deadb Background Color

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

This div background color is #5deadb


#5deadb Border Color

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

This div border color is #5deadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5deadb


Comments

No comments written yet.

Please login to write comment.