Color Hex Logo

#7fafbb Color Hex

#7FAFBB
(127,175,187)
0 Favorites   0 Comments

Color spaces of #7fafbb

RGB 127175187
HSL0.530.310.62
HSV192°32°73°
CMYK 0.320.060.00   0.27
XYZ33.052038.759852.7531
Yxy38.75980.26530.3112
Hunter Lab62.2574-14.1860-6.6586
CIE-Lab68.5769-12.9495-11.2596

#7fafbb color RGB value is (127,175,187).

#7fafbb hex color red value is 127, green value is 175 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #7fafbb hue: 0.53 , saturation: 0.31 and the lightness value of 7fafbb is 0.62.

The process color (four color CMYK) of #7fafbb color hex is 0.32, 0.06, 0.00, 0.27. Web safe color of #7fafbb is #6699cc. Color #7fafbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10101111 10111011
Octal 177 257 273
Decimal 127 175 187
Hex 7F AF BB

RGB Percentages of Color #7fafbb

%25.97
%35.79
%38.24

CMYK Percentages of Color #7fafbb

%32
%6
%0
%27

Triadic Colors of #7fafbb

#7fafbb #bb7faf #afbb7f

Analogous Colors of #7fafbb

#7fafbb #7f91bb #7fbba9

Monochromatic Colors of #7fafbb

#7fafbb

Complementary Color

#7fafbb #bb8b7f

#7fafbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fafbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fafbb Color CSS Codes

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

#7fafbb Text Font Color

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

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


#7fafbb Background Color

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

This div background color is #7fafbb


#7fafbb Border Color

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

This div border color is #7fafbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,175,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fafbb


Comments

No comments written yet.

Please login to write comment.