Color Hex Logo

#5acead Color Hex

#5ACEAD
(90,206,173)
0 Favorites   0 Comments

Color spaces of #5acead

RGB 90206173
HSL0.450.540.58
HSV163°56°81°
CMYK 0.560.000.16   0.19
XYZ33.830649.333447.2744
Yxy49.33340.25940.3782
Hunter Lab70.2377-36.94009.2605
CIE-Lab75.6583-40.73316.5875

#5acead color RGB value is (90,206,173).

#5acead hex color red value is 90, green value is 206 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #5acead hue: 0.45 , saturation: 0.54 and the lightness value of 5acead is 0.58.

The process color (four color CMYK) of #5acead color hex is 0.56, 0.00, 0.16, 0.19. Web safe color of #5acead is #66cc99. Color #5acead contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11001110 10101101
Octal 132 316 255
Decimal 90 206 173
Hex 5A CE AD

RGB Percentages of Color #5acead

%19.19
%43.92
%36.89

CMYK Percentages of Color #5acead

%56
%0
%16
%19

Triadic Colors of #5acead

#5acead #ad5ace #cead5a

Analogous Colors of #5acead

#5acead #5ab5ce #5ace73

Monochromatic Colors of #5acead

#5acead

Complementary Color

#5acead #ce5a7b

#5acead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5acead Color Preview on White Background

Lorem ipsum dolor sit amet.

#5acead Color CSS Codes

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

#5acead Text Font Color

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

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


#5acead Background Color

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

This div background color is #5acead


#5acead Border Color

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

This div border color is #5acead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5acead


Comments

No comments written yet.

Please login to write comment.