Color Hex Logo

#5aafce Color Hex

#5AAFCE
(90,175,206)
0 Favorites   0 Comments

Color spaces of #5aafce

RGB 90175206
HSL0.540.540.58
HSV196°56°81°
CMYK 0.560.150.00   0.19
XYZ30.687037.289863.9728
Yxy37.28980.23260.2826
Hunter Lab61.0654-17.1633-19.3671
CIE-Lab67.4939-16.8759-23.5554

#5aafce color RGB value is (90,175,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 10101111 11001110
Octal 132 257 316
Decimal 90 175 206
Hex 5A AF CE

RGB Percentages of Color #5aafce

%19.11
%37.15
%43.74

CMYK Percentages of Color #5aafce

%56
%15
%0
%19

Triadic Colors of #5aafce

#5aafce #ce5aaf #afce5a

Analogous Colors of #5aafce

#5aafce #5a75ce #5aceb3

Monochromatic Colors of #5aafce

#5aafce

Complementary Color

#5aafce #ce795a

#5aafce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aafce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aafce Color CSS Codes

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

#5aafce Text Font Color

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

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


#5aafce Background Color

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

This div background color is #5aafce


#5aafce Border Color

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

This div border color is #5aafce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aafce


Comments

No comments written yet.

Please login to write comment.