Color Hex Logo

#7faacc Color Hex

#7FAACC
(127,170,204)
0 Favorites   0 Comments

Color spaces of #7faacc

RGB 127170204
HSL0.570.430.65
HSV206°38°80°
CMYK 0.380.170.00   0.20
XYZ34.026237.621162.5950
Yxy37.62110.25350.2802
Hunter Lab61.3360-8.3151-17.5717
CIE-Lab67.7404-5.9229-21.9190

#7faacc color RGB value is (127,170,204).

#7faacc hex color red value is 127, green value is 170 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #7faacc hue: 0.57 , saturation: 0.43 and the lightness value of 7faacc is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 10101010 11001100
Octal 177 252 314
Decimal 127 170 204
Hex 7F AA CC

RGB Percentages of Color #7faacc

%25.35
%33.93
%40.72

CMYK Percentages of Color #7faacc

%38
%17
%0
%20

Triadic Colors of #7faacc

#7faacc #cc7faa #aacc7f

Analogous Colors of #7faacc

#7faacc #7f84cc #7fccc8

Monochromatic Colors of #7faacc

#7faacc

Complementary Color

#7faacc #cca17f

#7faacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7faacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7faacc Color CSS Codes

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

#7faacc Text Font Color

<p style="color:#7faacc">Text here</p>

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


#7faacc Background Color

<div style="background-color:#7faacc">
Div content here</div>

This div background color is #7faacc


#7faacc Border Color

<div style="border:3px solid #7faacc">
Div here</div>

This div border color is #7faacc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(127,170,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7faacc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7faacc;
  -webkit-box-shadow: 1px 1px 3px 2px #7faacc;
  box-shadow:         1px 1px 3px 2px #7faacc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,170,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 #7faacc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7faacc


Comments

No comments written yet.

Please login to write comment.