Color Hex Logo

#5aeddb Color Hex

#5AEDDB
(90,237,219)
0 Favorites   0 Comments

Color spaces of #5aeddb

RGB 90237219
HSL0.480.800.64
HSV173°62°93°
CMYK 0.620.000.08   0.07
XYZ47.286867.856577.6232
Yxy67.85650.24530.3520
Hunter Lab82.3751-41.68971.7927
CIE-Lab85.9346-43.1832-2.9160

#5aeddb color RGB value is (90,237,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11101101 11011011
Octal 132 355 333
Decimal 90 237 219
Hex 5A ED DB

RGB Percentages of Color #5aeddb

%16.48
%43.41
%40.11

CMYK Percentages of Color #5aeddb

%62
%0
%8
%7

Triadic Colors of #5aeddb

#5aeddb #db5aed #eddb5a

Analogous Colors of #5aeddb

#5aeddb #5ab6ed #5aed92

Monochromatic Colors of #5aeddb

#5aeddb

Complementary Color

#5aeddb #ed5a6c

#5aeddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aeddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aeddb Color CSS Codes

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

#5aeddb Text Font Color

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

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


#5aeddb Background Color

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

This div background color is #5aeddb


#5aeddb Border Color

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

This div border color is #5aeddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aeddb


Comments

No comments written yet.

Please login to write comment.