Color Hex Logo

#5faecc Color Hex

#5FAECC
(95,174,204)
0 Favorites   0 Comments

Color spaces of #5faecc

RGB 95174204
HSL0.550.520.59
HSV197°53°80°
CMYK 0.530.150.00   0.20
XYZ30.754537.064662.6600
Yxy37.06460.23570.2841
Hunter Lab60.8807-16.3702-18.4063
CIE-Lab67.3255-15.8987-22.6920

#5faecc color RGB value is (95,174,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10101110 11001100
Octal 137 256 314
Decimal 95 174 204
Hex 5F AE CC

RGB Percentages of Color #5faecc

%20.08
%36.79
%43.13

CMYK Percentages of Color #5faecc

%53
%15
%0
%20

Triadic Colors of #5faecc

#5faecc #cc5fae #aecc5f

Analogous Colors of #5faecc

#5faecc #5f78cc #5fccb4

Monochromatic Colors of #5faecc

#5faecc

Complementary Color

#5faecc #cc7d5f

#5faecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5faecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5faecc Color CSS Codes

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

#5faecc Text Font Color

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

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


#5faecc Background Color

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

This div background color is #5faecc


#5faecc Border Color

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

This div border color is #5faecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5faecc


Comments

No comments written yet.

Please login to write comment.