Color Hex Logo

#5aeedb Color Hex

#5AEEDB
(90,238,219)
0 Favorites   0 Comments

Color spaces of #5aeedb

RGB 90238219
HSL0.480.810.64
HSV172°62°93°
CMYK 0.620.000.08   0.07
XYZ47.577268.437277.7200
Yxy68.43720.24560.3533
Hunter Lab82.7268-42.11432.2071
CIE-Lab86.2246-43.6236-2.4903

#5aeedb color RGB value is (90,238,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11101110 11011011
Octal 132 356 333
Decimal 90 238 219
Hex 5A EE DB

RGB Percentages of Color #5aeedb

%16.45
%43.51
%40.04

CMYK Percentages of Color #5aeedb

%62
%0
%8
%7

Triadic Colors of #5aeedb

#5aeedb #db5aee #eedb5a

Analogous Colors of #5aeedb

#5aeedb #5ab7ee #5aee91

Monochromatic Colors of #5aeedb

#5aeedb

Complementary Color

#5aeedb #ee5a6d

#5aeedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aeedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aeedb Color CSS Codes

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

#5aeedb Text Font Color

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

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


#5aeedb Background Color

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

This div background color is #5aeedb


#5aeedb Border Color

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

This div border color is #5aeedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aeedb


Comments

No comments written yet.

Please login to write comment.