Color Hex Logo

#5adaeb Color Hex

#5ADAEB
(90,218,235)
0 Favorites   0 Comments

Color spaces of #5adaeb

RGB 90218235
HSL0.520.780.64
HSV187°62°92°
CMYK 0.620.070.00   0.08
XYZ44.283258.314687.5191
Yxy58.31460.23290.3067
Hunter Lab76.3640-30.1255-14.4962
CIE-Lab80.9134-30.1125-18.8643

#5adaeb color RGB value is (90,218,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11011010 11101011
Octal 132 332 353
Decimal 90 218 235
Hex 5A DA EB

RGB Percentages of Color #5adaeb

%16.57
%40.15
%43.28

CMYK Percentages of Color #5adaeb

%62
%7
%0
%8

Triadic Colors of #5adaeb

#5adaeb #eb5ada #daeb5a

Analogous Colors of #5adaeb

#5adaeb #5a92eb #5aebb4

Monochromatic Colors of #5adaeb

#5adaeb

Complementary Color

#5adaeb #eb6b5a

#5adaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5adaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5adaeb Color CSS Codes

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

#5adaeb Text Font Color

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

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


#5adaeb Background Color

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

This div background color is #5adaeb


#5adaeb Border Color

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

This div border color is #5adaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5adaeb


Comments

No comments written yet.

Please login to write comment.