Color Hex Logo

#5adee1 Color Hex

#5ADEE1
(90,222,225)
0 Favorites   0 Comments

Color spaces of #5adee1

RGB 90222225
HSL0.500.690.62
HSV181°60°88°
CMYK 0.600.010.00   0.12
XYZ43.928359.852580.4716
Yxy59.85250.23840.3248
Hunter Lab77.3644-34.0336-7.5162
CIE-Lab81.7580-34.7911-12.2764

#5adee1 color RGB value is (90,222,225).

#5adee1 hex color red value is 90, green value is 222 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #5adee1 hue: 0.50 , saturation: 0.69 and the lightness value of 5adee1 is 0.62.

The process color (four color CMYK) of #5adee1 color hex is 0.60, 0.01, 0.00, 0.12. Web safe color of #5adee1 is #66cccc. Color #5adee1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11011110 11100001
Octal 132 336 341
Decimal 90 222 225
Hex 5A DE E1

RGB Percentages of Color #5adee1

%16.76
%41.34
%41.90

CMYK Percentages of Color #5adee1

%60
%1
%0
%12

Triadic Colors of #5adee1

#5adee1 #e15ade #dee15a

Analogous Colors of #5adee1

#5adee1 #5a9be1 #5ae1a1

Monochromatic Colors of #5adee1

#5adee1

Complementary Color

#5adee1 #e15d5a

#5adee1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5adee1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5adee1 Color CSS Codes

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

#5adee1 Text Font Color

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

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


#5adee1 Background Color

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

This div background color is #5adee1


#5adee1 Border Color

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

This div border color is #5adee1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5adee1


Comments

No comments written yet.

Please login to write comment.