Color Hex Logo

#5aa6ec Color Hex

#5AA6EC
(90,166,236)
0 Favorites   0 Comments

Color spaces of #5aa6ec

RGB 90166236
HSL0.580.790.64
HSV209°62°93°
CMYK 0.620.300.00   0.07
XYZ32.993035.502284.4706
Yxy35.50220.21570.2321
Hunter Lab59.5837-5.4316-42.3456
CIE-Lab66.1378-2.6455-42.1547

#5aa6ec color RGB value is (90,166,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 10100110 11101100
Octal 132 246 354
Decimal 90 166 236
Hex 5A A6 EC

RGB Percentages of Color #5aa6ec

%18.29
%33.74
%47.97

CMYK Percentages of Color #5aa6ec

%62
%30
%0
%7

Triadic Colors of #5aa6ec

#5aa6ec #ec5aa6 #a6ec5a

Analogous Colors of #5aa6ec

#5aa6ec #5a5dec #5aece9

Monochromatic Colors of #5aa6ec

#5aa6ec

Complementary Color

#5aa6ec #eca05a

#5aa6ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aa6ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aa6ec Color CSS Codes

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

#5aa6ec Text Font Color

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

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


#5aa6ec Background Color

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

This div background color is #5aa6ec


#5aa6ec Border Color

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

This div border color is #5aa6ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aa6ec


Comments

No comments written yet.

Please login to write comment.