Color Hex Logo

#5a9edb Color Hex

#5A9EDB
(90,158,219)
0 Favorites   0 Comments

Color spaces of #5a9edb

RGB 90158219
HSL0.580.640.61
HSV208°59°86°
CMYK 0.590.280.00   0.14
XYZ29.229531.741971.6041
Yxy31.74190.22050.2394
Hunter Lab56.3400-5.9881-35.9154
CIE-Lab63.1290-3.5806-37.4933

#5a9edb color RGB value is (90,158,219).

#5a9edb hex color red value is 90, green value is 158 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #5a9edb hue: 0.58 , saturation: 0.64 and the lightness value of 5a9edb is 0.61.

The process color (four color CMYK) of #5a9edb color hex is 0.59, 0.28, 0.00, 0.14. Web safe color of #5a9edb is #6699cc. Color #5a9edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10011110 11011011
Octal 132 236 333
Decimal 90 158 219
Hex 5A 9E DB

RGB Percentages of Color #5a9edb

%19.27
%33.83
%46.90

CMYK Percentages of Color #5a9edb

%59
%28
%0
%14

Triadic Colors of #5a9edb

#5a9edb #db5a9e #9edb5a

Analogous Colors of #5a9edb

#5a9edb #5a5edb #5adbd8

Monochromatic Colors of #5a9edb

#5a9edb

Complementary Color

#5a9edb #db975a

#5a9edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a9edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a9edb Color CSS Codes

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

#5a9edb Text Font Color

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

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


#5a9edb Background Color

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

This div background color is #5a9edb


#5a9edb Border Color

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

This div border color is #5a9edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a9edb


Comments

No comments written yet.

Please login to write comment.