Color Hex Logo

#5adeed Color Hex

#5ADEED
(90,222,237)
0 Favorites   0 Comments

Color spaces of #5adeed

RGB 90222237
HSL0.520.800.64
HSV186°62°93°
CMYK 0.620.060.00   0.07
XYZ45.623860.530689.3997
Yxy60.53060.23330.3095
Hunter Lab77.8014-31.4777-13.6677
CIE-Lab82.1257-31.4655-18.0965

#5adeed color RGB value is (90,222,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11011110 11101101
Octal 132 336 355
Decimal 90 222 237
Hex 5A DE ED

RGB Percentages of Color #5adeed

%16.39
%40.44
%43.17

CMYK Percentages of Color #5adeed

%62
%6
%0
%7

Triadic Colors of #5adeed

#5adeed #ed5ade #deed5a

Analogous Colors of #5adeed

#5adeed #5a95ed #5aedb3

Monochromatic Colors of #5adeed

#5adeed

Complementary Color

#5adeed #ed695a

#5adeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5adeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#5adeed Color CSS Codes

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

#5adeed Text Font Color

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

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


#5adeed Background Color

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

This div background color is #5adeed


#5adeed Border Color

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

This div border color is #5adeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5adeed


Comments

No comments written yet.

Please login to write comment.