Color Hex Logo

#5adeac Color Hex

#5ADEAC
(90,222,172)
0 Favorites   0 Comments

Color spaces of #5adeac

RGB 90222172
HSL0.440.670.61
HSV157°59°87°
CMYK 0.590.000.23   0.13
XYZ37.784157.394848.1166
Yxy57.39480.26370.4005
Hunter Lab75.7594-43.554115.3750
CIE-Lab80.4011-47.878713.8709

#5adeac color RGB value is (90,222,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11011110 10101100
Octal 132 336 254
Decimal 90 222 172
Hex 5A DE AC

RGB Percentages of Color #5adeac

%18.60
%45.87
%35.54

CMYK Percentages of Color #5adeac

%59
%0
%23
%13

Triadic Colors of #5adeac

#5adeac #ac5ade #deac5a

Analogous Colors of #5adeac

#5adeac #5acede #5ade6a

Monochromatic Colors of #5adeac

#5adeac

Complementary Color

#5adeac #de5a8c

#5adeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5adeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#5adeac Color CSS Codes

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

#5adeac Text Font Color

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

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


#5adeac Background Color

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

This div background color is #5adeac


#5adeac Border Color

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

This div border color is #5adeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5adeac


Comments

No comments written yet.

Please login to write comment.