Color Hex Logo

#5fafdc Color Hex

#5FAFDC
(95,175,220)
0 Favorites   0 Comments

Color spaces of #5fafdc

RGB 95175220
HSL0.560.640.62
HSV202°57°86°
CMYK 0.570.200.00   0.14
XYZ32.967638.260173.3575
Yxy38.26010.22800.2646
Hunter Lab61.8547-13.1081-27.0175
CIE-Lab68.2119-11.6756-30.1379

#5fafdc color RGB value is (95,175,220).

#5fafdc hex color red value is 95, green value is 175 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #5fafdc hue: 0.56 , saturation: 0.64 and the lightness value of 5fafdc is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10101111 11011100
Octal 137 257 334
Decimal 95 175 220
Hex 5F AF DC

RGB Percentages of Color #5fafdc

%19.39
%35.71
%44.90

CMYK Percentages of Color #5fafdc

%57
%20
%0
%14

Triadic Colors of #5fafdc

#5fafdc #dc5faf #afdc5f

Analogous Colors of #5fafdc

#5fafdc #5f71dc #5fdccb

Monochromatic Colors of #5fafdc

#5fafdc

Complementary Color

#5fafdc #dc8c5f

#5fafdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fafdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fafdc Color CSS Codes

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

#5fafdc Text Font Color

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

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


#5fafdc Background Color

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

This div background color is #5fafdc


#5fafdc Border Color

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

This div border color is #5fafdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fafdc


Comments

No comments written yet.

Please login to write comment.