Color Hex Logo

#7fafcc Color Hex

#7FAFCC
(127,175,204)
0 Favorites   0 Comments

Color spaces of #7fafcc

RGB 127175204
HSL0.560.430.65
HSV203°38°80°
CMYK 0.380.140.00   0.20
XYZ34.981539.531662.9134
Yxy39.53160.25450.2877
Hunter Lab62.8742-10.7172-15.3151
CIE-Lab69.1346-8.6404-19.7968

#7fafcc color RGB value is (127,175,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 10101111 11001100
Octal 177 257 314
Decimal 127 175 204
Hex 7F AF CC

RGB Percentages of Color #7fafcc

%25.10
%34.58
%40.32

CMYK Percentages of Color #7fafcc

%38
%14
%0
%20

Triadic Colors of #7fafcc

#7fafcc #cc7faf #afcc7f

Analogous Colors of #7fafcc

#7fafcc #7f89cc #7fccc3

Monochromatic Colors of #7fafcc

#7fafcc

Complementary Color

#7fafcc #cc9c7f

#7fafcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fafcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fafcc Color CSS Codes

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

#7fafcc Text Font Color

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

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


#7fafcc Background Color

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

This div background color is #7fafcc


#7fafcc Border Color

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

This div border color is #7fafcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fafcc


Comments

No comments written yet.

Please login to write comment.