Color Hex Logo

#5adeea Color Hex

#5ADEEA
(90,222,234)
0 Favorites   0 Comments

Color spaces of #5adeea

RGB 90222234
HSL0.510.770.64
HSV185°62°92°
CMYK 0.620.050.00   0.08
XYZ45.189060.356787.1102
Yxy60.35670.23460.3133
Hunter Lab77.6896-32.1303-12.0968
CIE-Lab82.0317-32.3077-16.6461

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

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

The process color (four color CMYK) of #5adeea color hex is 0.62, 0.05, 0.00, 0.08. Web safe color of #5adeea is #66ccff. Color #5adeea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11011110 11101010
Octal 132 336 352
Decimal 90 222 234
Hex 5A DE EA

RGB Percentages of Color #5adeea

%16.48
%40.66
%42.86

CMYK Percentages of Color #5adeea

%62
%5
%0
%8

Triadic Colors of #5adeea

#5adeea #ea5ade #deea5a

Analogous Colors of #5adeea

#5adeea #5a96ea #5aeaae

Monochromatic Colors of #5adeea

#5adeea

Complementary Color

#5adeea #ea665a

#5adeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5adeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#5adeea Color CSS Codes

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

#5adeea Text Font Color

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

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


#5adeea Background Color

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

This div background color is #5adeea


#5adeea Border Color

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

This div border color is #5adeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5adeea


Comments

No comments written yet.

Please login to write comment.