Color Hex Logo

#5aeaea Color Hex

#5AEAEA
(90,234,234)
0 Favorites   0 Comments

Color spaces of #5aeaea

RGB 90234234
HSL0.500.770.64
HSV180°62°92°
CMYK 0.620.000.00   0.08
XYZ48.490666.959888.2107
Yxy66.95980.23810.3288
Hunter Lab81.8290-37.4243-6.6337
CIE-Lab85.4836-37.9053-11.4731

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11101010 11101010
Octal 132 352 352
Decimal 90 234 234
Hex 5A EA EA

RGB Percentages of Color #5aeaea

%16.13
%41.94
%41.94

CMYK Percentages of Color #5aeaea

%62
%0
%0
%8

Triadic Colors of #5aeaea

#5aeaea #ea5aea #eaea5a

Analogous Colors of #5aeaea

#5aeaea #5aa2ea #5aeaa2

Monochromatic Colors of #5aeaea

#5aeaea

Complementary Color

#5aeaea #ea5a5a

#5aeaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aeaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aeaea Color CSS Codes

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

#5aeaea Text Font Color

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

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


#5aeaea Background Color

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

This div background color is #5aeaea


#5aeaea Border Color

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

This div border color is #5aeaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aeaea


Comments

No comments written yet.

Please login to write comment.