Color Hex Logo

#5facc5 Color Hex

#5FACC5
(95,172,197)
0 Favorites   0 Comments

Color spaces of #5facc5

RGB 95172197
HSL0.540.470.57
HSV195°52°77°
CMYK 0.520.130.00   0.23
XYZ29.549935.969258.2086
Yxy35.96920.23880.2907
Hunter Lab59.9743-17.0065-15.5624
CIE-Lab66.4964-16.8665-20.0850

#5facc5 color RGB value is (95,172,197).

#5facc5 hex color red value is 95, green value is 172 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #5facc5 hue: 0.54 , saturation: 0.47 and the lightness value of 5facc5 is 0.57.

The process color (four color CMYK) of #5facc5 color hex is 0.52, 0.13, 0.00, 0.23. Web safe color of #5facc5 is #6699cc. Color #5facc5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10101100 11000101
Octal 137 254 305
Decimal 95 172 197
Hex 5F AC C5

RGB Percentages of Color #5facc5

%20.47
%37.07
%42.46

CMYK Percentages of Color #5facc5

%52
%13
%0
%23

Triadic Colors of #5facc5

#5facc5 #c55fac #acc55f

Analogous Colors of #5facc5

#5facc5 #5f79c5 #5fc5ab

Monochromatic Colors of #5facc5

#5facc5

Complementary Color

#5facc5 #c5785f

#5facc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5facc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5facc5 Color CSS Codes

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

#5facc5 Text Font Color

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

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


#5facc5 Background Color

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

This div background color is #5facc5


#5facc5 Border Color

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

This div border color is #5facc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5facc5


Comments

No comments written yet.

Please login to write comment.