Color Hex Logo

#5a9cdf Color Hex

#5A9CDF
(90,156,223)
0 Favorites   0 Comments

Color spaces of #5a9cdf

RGB 90156223
HSL0.580.680.61
HSV210°60°87°
CMYK 0.600.300.00   0.13
XYZ29.424231.278374.2985
Yxy31.27830.21800.2317
Hunter Lab55.9270-3.9602-39.6173
CIE-Lab62.7419-1.1642-40.3154

#5a9cdf color RGB value is (90,156,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 10011100 11011111
Octal 132 234 337
Decimal 90 156 223
Hex 5A 9C DF

RGB Percentages of Color #5a9cdf

%19.19
%33.26
%47.55

CMYK Percentages of Color #5a9cdf

%60
%30
%0
%13

Triadic Colors of #5a9cdf

#5a9cdf #df5a9c #9cdf5a

Analogous Colors of #5a9cdf

#5a9cdf #5b5adf #5adfdf

Monochromatic Colors of #5a9cdf

#5a9cdf

Complementary Color

#5a9cdf #df9d5a

#5a9cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a9cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a9cdf Color CSS Codes

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

#5a9cdf Text Font Color

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

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


#5a9cdf Background Color

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

This div background color is #5a9cdf


#5a9cdf Border Color

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

This div border color is #5a9cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a9cdf


Comments

No comments written yet.

Please login to write comment.