Color Hex Logo

#5faad5 Color Hex

#5FAAD5
(95,170,213)
0 Favorites   0 Comments

Color spaces of #5faad5

RGB 95170213
HSL0.560.580.60
HSV202°55°84°
CMYK 0.550.200.00   0.16
XYZ31.104335.986468.2575
Yxy35.98640.22980.2659
Hunter Lab59.9887-12.4274-25.4705
CIE-Lab66.5095-11.0852-28.9118

#5faad5 color RGB value is (95,170,213).

#5faad5 hex color red value is 95, green value is 170 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #5faad5 hue: 0.56 , saturation: 0.58 and the lightness value of 5faad5 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10101010 11010101
Octal 137 252 325
Decimal 95 170 213
Hex 5F AA D5

RGB Percentages of Color #5faad5

%19.87
%35.56
%44.56

CMYK Percentages of Color #5faad5

%55
%20
%0
%16

Triadic Colors of #5faad5

#5faad5 #d55faa #aad55f

Analogous Colors of #5faad5

#5faad5 #5f6fd5 #5fd5c5

Monochromatic Colors of #5faad5

#5faad5

Complementary Color

#5faad5 #d58a5f

#5faad5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5faad5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5faad5 Color CSS Codes

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

#5faad5 Text Font Color

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

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


#5faad5 Background Color

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

This div background color is #5faad5


#5faad5 Border Color

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

This div border color is #5faad5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5faad5


Comments

No comments written yet.

Please login to write comment.