Color Hex Logo

#5faacc Color Hex

#5FAACC
(95,170,204)
0 Favorites   0 Comments

Color spaces of #5faacc

RGB 95170204
HSL0.550.520.59
HSV199°53°80°
CMYK 0.530.170.00   0.20
XYZ29.993135.542062.4062
Yxy35.54200.23440.2778
Hunter Lab59.6171-14.5274-20.3318
CIE-Lab66.1685-13.7682-24.4619

#5faacc color RGB value is (95,170,204).

#5faacc hex color red value is 95, green value is 170 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #5faacc hue: 0.55 , saturation: 0.52 and the lightness value of 5faacc is 0.59.

The process color (four color CMYK) of #5faacc color hex is 0.53, 0.17, 0.00, 0.20. Web safe color of #5faacc is #6699cc. Color #5faacc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10101010 11001100
Octal 137 252 314
Decimal 95 170 204
Hex 5F AA CC

RGB Percentages of Color #5faacc

%20.26
%36.25
%43.50

CMYK Percentages of Color #5faacc

%53
%17
%0
%20

Triadic Colors of #5faacc

#5faacc #cc5faa #aacc5f

Analogous Colors of #5faacc

#5faacc #5f74cc #5fccb8

Monochromatic Colors of #5faacc

#5faacc

Complementary Color

#5faacc #cc815f

#5faacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5faacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5faacc Color CSS Codes

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

#5faacc Text Font Color

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

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


#5faacc Background Color

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

This div background color is #5faacc


#5faacc Border Color

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

This div border color is #5faacc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(95,170,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5faacc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5faacc;
  -webkit-box-shadow: 1px 1px 3px 2px #5faacc;
  box-shadow:         1px 1px 3px 2px #5faacc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,170,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5faacc


Comments

No comments written yet.

Please login to write comment.