Color Hex Logo

#5fa8dc Color Hex

#5FA8DC
(95,168,220)
0 Favorites   0 Comments

Color spaces of #5fa8dc

RGB 95168220
HSL0.570.640.62
HSV205°57°86°
CMYK 0.570.240.00   0.14
XYZ31.640235.605572.9151
Yxy35.60550.22570.2540
Hunter Lab59.6703-9.7735-30.6811
CIE-Lab66.2174-7.8584-33.2235

#5fa8dc color RGB value is (95,168,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10101000 11011100
Octal 137 250 334
Decimal 95 168 220
Hex 5F A8 DC

RGB Percentages of Color #5fa8dc

%19.67
%34.78
%45.55

CMYK Percentages of Color #5fa8dc

%57
%24
%0
%14

Triadic Colors of #5fa8dc

#5fa8dc #dc5fa8 #a8dc5f

Analogous Colors of #5fa8dc

#5fa8dc #5f6adc #5fdcd2

Monochromatic Colors of #5fa8dc

#5fa8dc

Complementary Color

#5fa8dc #dc935f

#5fa8dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fa8dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fa8dc Color CSS Codes

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

#5fa8dc Text Font Color

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

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


#5fa8dc Background Color

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

This div background color is #5fa8dc


#5fa8dc Border Color

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

This div border color is #5fa8dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fa8dc


Comments

No comments written yet.

Please login to write comment.