Color Hex Logo

#5fa8df Color Hex

#5FA8DF
(95,168,223)
0 Favorites   0 Comments

Color spaces of #5fa8df

RGB 95168223
HSL0.570.670.62
HSV206°57°87°
CMYK 0.570.250.00   0.13
XYZ32.041235.765975.0268
Yxy35.76590.22430.2504
Hunter Lab59.8046-9.0240-32.5180
CIE-Lab66.3407-6.9320-34.6841

#5fa8df color RGB value is (95,168,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10101000 11011111
Octal 137 250 337
Decimal 95 168 223
Hex 5F A8 DF

RGB Percentages of Color #5fa8df

%19.55
%34.57
%45.88

CMYK Percentages of Color #5fa8df

%57
%25
%0
%13

Triadic Colors of #5fa8df

#5fa8df #df5fa8 #a8df5f

Analogous Colors of #5fa8df

#5fa8df #5f68df #5fdfd6

Monochromatic Colors of #5fa8df

#5fa8df

Complementary Color

#5fa8df #df965f

#5fa8df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fa8df Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fa8df Color CSS Codes

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

#5fa8df Text Font Color

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

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


#5fa8df Background Color

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

This div background color is #5fa8df


#5fa8df Border Color

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

This div border color is #5fa8df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,168,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 #5fa8df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fa8df


Comments

No comments written yet.

Please login to write comment.