Color Hex Logo

#5aacfc Color Hex

#5AACFC
(90,172,252)
0 Favorites   0 Comments

Color spaces of #5aacfc

RGB 90172252
HSL0.580.960.67
HSV210°64°99°
CMYK 0.640.320.00   0.01
XYZ36.539738.707097.6408
Yxy38.70700.21130.2239
Hunter Lab62.2149-4.0406-49.4999
CIE-Lab68.5385-0.8277-47.1091

#5aacfc color RGB value is (90,172,252).

#5aacfc hex color red value is 90, green value is 172 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #5aacfc hue: 0.58 , saturation: 0.96 and the lightness value of 5aacfc is 0.67.

The process color (four color CMYK) of #5aacfc color hex is 0.64, 0.32, 0.00, 0.01. Web safe color of #5aacfc is #6699ff. Color #5aacfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10101100 11111100
Octal 132 254 374
Decimal 90 172 252
Hex 5A AC FC

RGB Percentages of Color #5aacfc

%17.51
%33.46
%49.03

CMYK Percentages of Color #5aacfc

%64
%32
%0
%1

Triadic Colors of #5aacfc

#5aacfc #fc5aac #acfc5a

Analogous Colors of #5aacfc

#5aacfc #5a5bfc #5afcfb

Monochromatic Colors of #5aacfc

#5aacfc

Complementary Color

#5aacfc #fcaa5a

#5aacfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aacfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aacfc Color CSS Codes

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

#5aacfc Text Font Color

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

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


#5aacfc Background Color

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

This div background color is #5aacfc


#5aacfc Border Color

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

This div border color is #5aacfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aacfc

Related Colors


Comments

No comments written yet.

Please login to write comment.