Color Hex Logo

#5ae5da Color Hex

#5AE5DA
(90,229,218)
0 Favorites   0 Comments

Color spaces of #5ae5da

RGB 90229218
HSL0.490.730.63
HSV175°61°90°
CMYK 0.610.000.05   0.10
XYZ44.890663.274276.1768
Yxy63.27420.24350.3432
Hunter Lab79.5451-38.4689-1.0978
CIE-Lab83.5864-39.8701-5.8480

#5ae5da color RGB value is (90,229,218).

#5ae5da hex color red value is 90, green value is 229 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #5ae5da hue: 0.49 , saturation: 0.73 and the lightness value of 5ae5da is 0.63.

The process color (four color CMYK) of #5ae5da color hex is 0.61, 0.00, 0.05, 0.10. Web safe color of #5ae5da is #66cccc. Color #5ae5da contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11100101 11011010
Octal 132 345 332
Decimal 90 229 218
Hex 5A E5 DA

RGB Percentages of Color #5ae5da

%16.76
%42.64
%40.60

CMYK Percentages of Color #5ae5da

%61
%0
%5
%10

Triadic Colors of #5ae5da

#5ae5da #da5ae5 #e5da5a

Analogous Colors of #5ae5da

#5ae5da #5aabe5 #5ae595

Monochromatic Colors of #5ae5da

#5ae5da

Complementary Color

#5ae5da #e55a65

#5ae5da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ae5da Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ae5da Color CSS Codes

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

#5ae5da Text Font Color

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

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


#5ae5da Background Color

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

This div background color is #5ae5da


#5ae5da Border Color

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

This div border color is #5ae5da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(90,229,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ae5da


Comments

No comments written yet.

Please login to write comment.