Color Hex Logo

#5a94dd Color Hex

#5A94DD
(90,148,221)
0 Favorites   0 Comments

Color spaces of #5a94dd

RGB 90148221
HSL0.590.660.61
HSV213°59°87°
CMYK 0.590.330.00   0.13
XYZ27.857528.573972.4537
Yxy28.57390.21610.2217
Hunter Lab53.4546-0.5214-42.9450
CIE-Lab60.40372.8009-42.8772

#5a94dd color RGB value is (90,148,221).

#5a94dd hex color red value is 90, green value is 148 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #5a94dd hue: 0.59 , saturation: 0.66 and the lightness value of 5a94dd is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 10010100 11011101
Octal 132 224 335
Decimal 90 148 221
Hex 5A 94 DD

RGB Percentages of Color #5a94dd

%19.61
%32.24
%48.15

CMYK Percentages of Color #5a94dd

%59
%33
%0
%13

Triadic Colors of #5a94dd

#5a94dd #dd5a94 #94dd5a

Analogous Colors of #5a94dd

#5a94dd #625add #5ad6dd

Monochromatic Colors of #5a94dd

#5a94dd

Complementary Color

#5a94dd #dda35a

#5a94dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a94dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a94dd Color CSS Codes

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

#5a94dd Text Font Color

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

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


#5a94dd Background Color

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

This div background color is #5a94dd


#5a94dd Border Color

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

This div border color is #5a94dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a94dd


Comments

No comments written yet.

Please login to write comment.