Color Hex Logo

#5fa1dc Color Hex

#5FA1DC
(95,161,220)
0 Favorites   0 Comments

Color spaces of #5fa1dc

RGB 95161220
HSL0.580.640.62
HSV208°57°86°
CMYK 0.570.270.00   0.14
XYZ30.382533.089972.4958
Yxy33.08990.22350.2434
Hunter Lab57.5238-6.3879-34.4550
CIE-Lab64.2336-3.9615-36.3077

#5fa1dc color RGB value is (95,161,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10100001 11011100
Octal 137 241 334
Decimal 95 161 220
Hex 5F A1 DC

RGB Percentages of Color #5fa1dc

%19.96
%33.82
%46.22

CMYK Percentages of Color #5fa1dc

%57
%27
%0
%14

Triadic Colors of #5fa1dc

#5fa1dc #dc5fa1 #a1dc5f

Analogous Colors of #5fa1dc

#5fa1dc #5f62dc #5fdcd9

Monochromatic Colors of #5fa1dc

#5fa1dc

Complementary Color

#5fa1dc #dc9a5f

#5fa1dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fa1dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fa1dc Color CSS Codes

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

#5fa1dc Text Font Color

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

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


#5fa1dc Background Color

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

This div background color is #5fa1dc


#5fa1dc Border Color

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

This div border color is #5fa1dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fa1dc


Comments

No comments written yet.

Please login to write comment.