Color Hex Logo

#5faadf Color Hex

#5FAADF
(95,170,223)
0 Favorites   0 Comments

Color spaces of #5faadf

RGB 95170223
HSL0.570.670.62
HSV205°57°87°
CMYK 0.570.240.00   0.13
XYZ32.413336.510175.1508
Yxy36.51010.22500.2534
Hunter Lab60.4236-9.9877-31.4444
CIE-Lab66.9079-8.0349-33.8034

#5faadf color RGB value is (95,170,223).

#5faadf hex color red value is 95, green value is 170 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #5faadf hue: 0.57 , saturation: 0.67 and the lightness value of 5faadf is 0.62.

The process color (four color CMYK) of #5faadf color hex is 0.57, 0.24, 0.00, 0.13. Web safe color of #5faadf is #6699cc. Color #5faadf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10101010 11011111
Octal 137 252 337
Decimal 95 170 223
Hex 5F AA DF

RGB Percentages of Color #5faadf

%19.47
%34.84
%45.70

CMYK Percentages of Color #5faadf

%57
%24
%0
%13

Triadic Colors of #5faadf

#5faadf #df5faa #aadf5f

Analogous Colors of #5faadf

#5faadf #5f6adf #5fdfd4

Monochromatic Colors of #5faadf

#5faadf

Complementary Color

#5faadf #df945f

#5faadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5faadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5faadf Color CSS Codes

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

#5faadf Text Font Color

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

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


#5faadf Background Color

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

This div background color is #5faadf


#5faadf Border Color

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

This div border color is #5faadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5faadf


Comments

No comments written yet.

Please login to write comment.