Color Hex Logo

#5faccc Color Hex

#5FACCC
(95,172,204)
0 Favorites   0 Comments

Color spaces of #5faccc

RGB 95172204
HSL0.550.520.59
HSV198°53°80°
CMYK 0.530.160.00   0.20
XYZ30.370936.297662.5322
Yxy36.29760.23510.2809
Hunter Lab60.2475-15.4508-19.3652
CIE-Lab66.7467-14.8371-23.5767

#5faccc color RGB value is (95,172,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10101100 11001100
Octal 137 254 314
Decimal 95 172 204
Hex 5F AC CC

RGB Percentages of Color #5faccc

%20.17
%36.52
%43.31

CMYK Percentages of Color #5faccc

%53
%16
%0
%20

Triadic Colors of #5faccc

#5faccc #cc5fac #accc5f

Analogous Colors of #5faccc

#5faccc #5f76cc #5fccb6

Monochromatic Colors of #5faccc

#5faccc

Complementary Color

#5faccc #cc7f5f

#5faccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5faccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5faccc Color CSS Codes

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

#5faccc Text Font Color

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

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


#5faccc Background Color

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

This div background color is #5faccc


#5faccc Border Color

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

This div border color is #5faccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5faccc


Comments

No comments written yet.

Please login to write comment.