Color Hex Logo

#5fa9cc Color Hex

#5FA9CC
(95,169,204)
0 Favorites   0 Comments

Color spaces of #5fa9cc

RGB 95169204
HSL0.550.520.59
HSV199°53°80°
CMYK 0.530.170.00   0.20
XYZ29.806435.168562.3440
Yxy35.16850.23410.2762
Hunter Lab59.3030-14.0641-20.8182
CIE-Lab65.8796-13.2309-24.9047

#5fa9cc color RGB value is (95,169,204).

#5fa9cc hex color red value is 95, green value is 169 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #5fa9cc hue: 0.55 , saturation: 0.52 and the lightness value of 5fa9cc is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10101001 11001100
Octal 137 251 314
Decimal 95 169 204
Hex 5F A9 CC

RGB Percentages of Color #5fa9cc

%20.30
%36.11
%43.59

CMYK Percentages of Color #5fa9cc

%53
%17
%0
%20

Triadic Colors of #5fa9cc

#5fa9cc #cc5fa9 #a9cc5f

Analogous Colors of #5fa9cc

#5fa9cc #5f73cc #5fccb9

Monochromatic Colors of #5fa9cc

#5fa9cc

Complementary Color

#5fa9cc #cc825f

#5fa9cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fa9cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fa9cc Color CSS Codes

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

#5fa9cc Text Font Color

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

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


#5fa9cc Background Color

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

This div background color is #5fa9cc


#5fa9cc Border Color

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

This div border color is #5fa9cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fa9cc


Comments

No comments written yet.

Please login to write comment.