Color Hex Logo

#5a96cd Color Hex

#5A96CD
(90,150,205)
0 Favorites   0 Comments

Color spaces of #5a96cd

RGB 90150205
HSL0.580.530.58
HSV209°56°80°
CMYK 0.560.270.00   0.20
XYZ26.142228.394161.8604
Yxy28.39410.22460.2439
Hunter Lab53.2861-5.6785-31.5301
CIE-Lab60.2431-3.4686-34.1923

#5a96cd color RGB value is (90,150,205).

#5a96cd hex color red value is 90, green value is 150 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #5a96cd hue: 0.58 , saturation: 0.53 and the lightness value of 5a96cd is 0.58.

The process color (four color CMYK) of #5a96cd color hex is 0.56, 0.27, 0.00, 0.20. Web safe color of #5a96cd is #6699cc. Color #5a96cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10010110 11001101
Octal 132 226 315
Decimal 90 150 205
Hex 5A 96 CD

RGB Percentages of Color #5a96cd

%20.22
%33.71
%46.07

CMYK Percentages of Color #5a96cd

%56
%27
%0
%20

Triadic Colors of #5a96cd

#5a96cd #cd5a96 #96cd5a

Analogous Colors of #5a96cd

#5a96cd #5a5ccd #5acdcb

Monochromatic Colors of #5a96cd

#5a96cd

Complementary Color

#5a96cd #cd915a

#5a96cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a96cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a96cd Color CSS Codes

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

#5a96cd Text Font Color

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

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


#5a96cd Background Color

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

This div background color is #5a96cd


#5a96cd Border Color

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

This div border color is #5a96cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a96cd


Comments

No comments written yet.

Please login to write comment.