Color Hex Logo

#5a94ed Color Hex

#5A94ED
(90,148,237)
0 Favorites   0 Comments

Color spaces of #5a94ed

RGB 90148237
HSL0.600.800.64
HSV216°62°93°
CMYK 0.620.380.00   0.07
XYZ30.092429.467984.2226
Yxy29.46790.20930.2049
Hunter Lab54.28433.9535-53.9899
CIE-Lab61.19248.0559-50.5013

#5a94ed color RGB value is (90,148,237).

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

The process color (four color CMYK) of #5a94ed color hex is 0.62, 0.38, 0.00, 0.07. Web safe color of #5a94ed is #6699ff. Color #5a94ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10010100 11101101
Octal 132 224 355
Decimal 90 148 237
Hex 5A 94 ED

RGB Percentages of Color #5a94ed

%18.95
%31.16
%49.89

CMYK Percentages of Color #5a94ed

%62
%38
%0
%7

Triadic Colors of #5a94ed

#5a94ed #ed5a94 #94ed5a

Analogous Colors of #5a94ed

#5a94ed #6a5aed #5adeed

Monochromatic Colors of #5a94ed

#5a94ed

Complementary Color

#5a94ed #edb35a

#5a94ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a94ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a94ed Color CSS Codes

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

#5a94ed Text Font Color

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

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


#5a94ed Background Color

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

This div background color is #5a94ed


#5a94ed Border Color

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

This div border color is #5a94ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a94ed


Comments

No comments written yet.

Please login to write comment.