Color Hex Logo

#5a9cec Color Hex

#5A9CEC
(90,156,236)
0 Favorites   0 Comments

Color spaces of #5a9cec

RGB 90156236
HSL0.590.790.64
HSV213°62°93°
CMYK 0.620.340.00   0.07
XYZ31.245232.006783.8880
Yxy32.00670.21240.2175
Hunter Lab56.5745-0.4225-48.3124
CIE-Lab63.34843.0598-46.5405

#5a9cec color RGB value is (90,156,236).

#5a9cec hex color red value is 90, green value is 156 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #5a9cec hue: 0.59 , saturation: 0.79 and the lightness value of 5a9cec is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 10011100 11101100
Octal 132 234 354
Decimal 90 156 236
Hex 5A 9C EC

RGB Percentages of Color #5a9cec

%18.67
%32.37
%48.96

CMYK Percentages of Color #5a9cec

%62
%34
%0
%7

Triadic Colors of #5a9cec

#5a9cec #ec5a9c #9cec5a

Analogous Colors of #5a9cec

#5a9cec #615aec #5ae5ec

Monochromatic Colors of #5a9cec

#5a9cec

Complementary Color

#5a9cec #ecaa5a

#5a9cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a9cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a9cec Color CSS Codes

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

#5a9cec Text Font Color

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

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


#5a9cec Background Color

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

This div background color is #5a9cec


#5a9cec Border Color

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

This div border color is #5a9cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a9cec


Comments

No comments written yet.

Please login to write comment.