Color Hex Logo

#5adedb Color Hex

#5ADEDB
(90,222,219)
0 Favorites   0 Comments

Color spaces of #5adedb

RGB 90222219
HSL0.500.670.61
HSV179°59°87°
CMYK 0.590.000.01   0.13
XYZ43.123959.530776.2355
Yxy59.53070.24110.3328
Hunter Lab77.1561-35.2565-4.5732
CIE-Lab81.5824-36.4088-9.3487

#5adedb color RGB value is (90,222,219).

#5adedb hex color red value is 90, green value is 222 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #5adedb hue: 0.50 , saturation: 0.67 and the lightness value of 5adedb is 0.61.

The process color (four color CMYK) of #5adedb color hex is 0.59, 0.00, 0.01, 0.13. Web safe color of #5adedb is #66cccc. Color #5adedb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11011110 11011011
Octal 132 336 333
Decimal 90 222 219
Hex 5A DE DB

RGB Percentages of Color #5adedb

%16.95
%41.81
%41.24

CMYK Percentages of Color #5adedb

%59
%0
%1
%13

Triadic Colors of #5adedb

#5adedb #db5ade #dedb5a

Analogous Colors of #5adedb

#5adedb #5a9fde #5ade99

Monochromatic Colors of #5adedb

#5adedb

Complementary Color

#5adedb #de5a5d

#5adedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5adedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5adedb Color CSS Codes

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

#5adedb Text Font Color

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

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


#5adedb Background Color

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

This div background color is #5adedb


#5adedb Border Color

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

This div border color is #5adedb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(90,222,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 #5adedb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5adedb


Comments

No comments written yet.

Please login to write comment.