Color Hex Logo

#5faacd Color Hex

#5FAACD
(95,170,205)
0 Favorites   0 Comments

Color spaces of #5faacd

RGB 95170205
HSL0.550.520.59
HSV199°54°80°
CMYK 0.540.170.00   0.20
XYZ30.113535.590163.0400
Yxy35.59010.23390.2764
Hunter Lab59.6574-14.2984-20.8915
CIE-Lab66.2055-13.4730-24.9586

#5faacd color RGB value is (95,170,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10101010 11001101
Octal 137 252 315
Decimal 95 170 205
Hex 5F AA CD

RGB Percentages of Color #5faacd

%20.21
%36.17
%43.62

CMYK Percentages of Color #5faacd

%54
%17
%0
%20

Triadic Colors of #5faacd

#5faacd #cd5faa #aacd5f

Analogous Colors of #5faacd

#5faacd #5f73cd #5fcdb9

Monochromatic Colors of #5faacd

#5faacd

Complementary Color

#5faacd #cd825f

#5faacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5faacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5faacd Color CSS Codes

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

#5faacd Text Font Color

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

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


#5faacd Background Color

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

This div background color is #5faacd


#5faacd Border Color

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

This div border color is #5faacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5faacd


Comments

No comments written yet.

Please login to write comment.