Color Hex Logo

#5fafd5 Color Hex

#5FAFD5
(95,175,213)
0 Favorites   0 Comments

Color spaces of #5fafd5

RGB 95175213
HSL0.550.580.60
HSV199°55°84°
CMYK 0.550.180.00   0.16
XYZ32.059537.896968.5759
Yxy37.89690.23140.2736
Hunter Lab61.5605-14.7714-22.9544
CIE-Lab67.9446-13.7791-26.7034

#5fafd5 color RGB value is (95,175,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10101111 11010101
Octal 137 257 325
Decimal 95 175 213
Hex 5F AF D5

RGB Percentages of Color #5fafd5

%19.67
%36.23
%44.10

CMYK Percentages of Color #5fafd5

%55
%18
%0
%16

Triadic Colors of #5fafd5

#5fafd5 #d55faf #afd55f

Analogous Colors of #5fafd5

#5fafd5 #5f74d5 #5fd5c0

Monochromatic Colors of #5fafd5

#5fafd5

Complementary Color

#5fafd5 #d5855f

#5fafd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fafd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fafd5 Color CSS Codes

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

#5fafd5 Text Font Color

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

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


#5fafd5 Background Color

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

This div background color is #5fafd5


#5fafd5 Border Color

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

This div border color is #5fafd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fafd5


Comments

No comments written yet.

Please login to write comment.