Color Hex Logo

#5aeabf Color Hex

#5AEABF
(90,234,191)
0 Favorites   0 Comments

Color spaces of #5aeabf

RGB 90234191
HSL0.450.770.64
HSV162°62°92°
CMYK 0.620.000.18   0.08
XYZ43.043264.780959.5256
Yxy64.78090.25720.3871
Hunter Lab80.4866-45.392012.4914
CIE-Lab84.3707-48.66709.5177

#5aeabf color RGB value is (90,234,191).

#5aeabf hex color red value is 90, green value is 234 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #5aeabf hue: 0.45 , saturation: 0.77 and the lightness value of 5aeabf is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11101010 10111111
Octal 132 352 277
Decimal 90 234 191
Hex 5A EA BF

RGB Percentages of Color #5aeabf

%17.48
%45.44
%37.09

CMYK Percentages of Color #5aeabf

%62
%0
%18
%8

Triadic Colors of #5aeabf

#5aeabf #bf5aea #eabf5a

Analogous Colors of #5aeabf

#5aeabf #5acdea #5aea77

Monochromatic Colors of #5aeabf

#5aeabf

Complementary Color

#5aeabf #ea5a85

#5aeabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aeabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aeabf Color CSS Codes

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

#5aeabf Text Font Color

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

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


#5aeabf Background Color

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

This div background color is #5aeabf


#5aeabf Border Color

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

This div border color is #5aeabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aeabf


Comments

No comments written yet.

Please login to write comment.