Color Hex Logo

#5fafff Color Hex

#5FAFFF
(95,175,255)
0 Favorites   0 Comments

Color spaces of #5fafff

RGB 95175255
HSL0.581.000.69
HSV210°63°100°
CMYK 0.630.310.00   0.00
XYZ38.099340.3128100.3809
Yxy40.31280.21310.2255
Hunter Lab63.4924-4.0007-49.2923
CIE-Lab69.6917-0.6980-46.9083

#5fafff color RGB value is (95,175,255).

#5fafff hex color red value is 95, green value is 175 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #5fafff hue: 0.58 , saturation: 1.00 and the lightness value of 5fafff is 0.69.

The process color (four color CMYK) of #5fafff color hex is 0.63, 0.31, 0.00, 0.00. Web safe color of #5fafff is #6699ff. Color #5fafff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10101111 11111111
Octal 137 257 377
Decimal 95 175 255
Hex 5F AF FF

RGB Percentages of Color #5fafff

%18.10
%33.33
%48.57

CMYK Percentages of Color #5fafff

%63
%31
%0
%0

Triadic Colors of #5fafff

#5fafff #ff5faf #afff5f

Analogous Colors of #5fafff

#5fafff #5f5fff #5fffff

Monochromatic Colors of #5fafff

#5fafff

Complementary Color

#5fafff #ffaf5f

#5fafff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fafff Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fafff Color CSS Codes

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

#5fafff Text Font Color

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

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


#5fafff Background Color

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

This div background color is #5fafff


#5fafff Border Color

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

This div border color is #5fafff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fafff

#5fafff Color Palettes


Comments

No comments written yet.

Please login to write comment.