Color Hex Logo

#5aeeef Color Hex

#5AEEEF
(90,238,239)
0 Favorites   0 Comments

Color spaces of #5aeeef

RGB 90238239
HSL0.500.820.65
HSV180°62°94°
CMYK 0.620.000.00   0.06
XYZ50.371069.554792.4319
Yxy69.55470.23720.3275
Hunter Lab83.3995-38.1399-7.3317
CIE-Lab86.7780-38.3855-12.1692

#5aeeef color RGB value is (90,238,239).

#5aeeef hex color red value is 90, green value is 238 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #5aeeef hue: 0.50 , saturation: 0.82 and the lightness value of 5aeeef is 0.65.

The process color (four color CMYK) of #5aeeef color hex is 0.62, 0.00, 0.00, 0.06. Web safe color of #5aeeef is #66ffff. Color #5aeeef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11101110 11101111
Octal 132 356 357
Decimal 90 238 239
Hex 5A EE EF

RGB Percentages of Color #5aeeef

%15.87
%41.98
%42.15

CMYK Percentages of Color #5aeeef

%62
%0
%0
%6

Triadic Colors of #5aeeef

#5aeeef #ef5aee #eeef5a

Analogous Colors of #5aeeef

#5aeeef #5aa4ef #5aefa6

Monochromatic Colors of #5aeeef

#5aeeef

Complementary Color

#5aeeef #ef5b5a

#5aeeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aeeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aeeef Color CSS Codes

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

#5aeeef Text Font Color

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

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


#5aeeef Background Color

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

This div background color is #5aeeef


#5aeeef Border Color

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

This div border color is #5aeeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aeeef


Comments

No comments written yet.

Please login to write comment.