Color Hex Logo

#5aeeac Color Hex

#5AEEAC
(90,238,172)
0 Favorites   0 Comments

Color spaces of #5aeeac

RGB 90238172
HSL0.430.810.64
HSV153°62°93°
CMYK 0.620.000.28   0.07
XYZ42.237466.301349.6010
Yxy66.30130.26710.4193
Hunter Lab81.4256-49.902620.8810
CIE-Lab85.1499-54.436620.5076

#5aeeac color RGB value is (90,238,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11101110 10101100
Octal 132 356 254
Decimal 90 238 172
Hex 5A EE AC

RGB Percentages of Color #5aeeac

%18.00
%47.60
%34.40

CMYK Percentages of Color #5aeeac

%62
%0
%28
%7

Triadic Colors of #5aeeac

#5aeeac #ac5aee #eeac5a

Analogous Colors of #5aeeac

#5aeeac #5ae6ee #5aee62

Monochromatic Colors of #5aeeac

#5aeeac

Complementary Color

#5aeeac #ee5a9c

#5aeeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aeeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aeeac Color CSS Codes

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

#5aeeac Text Font Color

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

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


#5aeeac Background Color

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

This div background color is #5aeeac


#5aeeac Border Color

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

This div border color is #5aeeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aeeac


Comments

No comments written yet.

Please login to write comment.