Color Hex Logo

#7fafbc Color Hex

#7FAFBC
(127,175,188)
0 Favorites   0 Comments

Color spaces of #7fafbc

RGB 127175188
HSL0.540.310.62
HSV193°32°74°
CMYK 0.320.070.00   0.26
XYZ33.159538.802853.3190
Yxy38.80280.26470.3097
Hunter Lab62.2919-13.9909-7.1452
CIE-Lab68.6082-12.7035-11.7654

#7fafbc color RGB value is (127,175,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 10101111 10111100
Octal 177 257 274
Decimal 127 175 188
Hex 7F AF BC

RGB Percentages of Color #7fafbc

%25.92
%35.71
%38.37

CMYK Percentages of Color #7fafbc

%32
%7
%0
%26

Triadic Colors of #7fafbc

#7fafbc #bc7faf #afbc7f

Analogous Colors of #7fafbc

#7fafbc #7f91bc #7fbcab

Monochromatic Colors of #7fafbc

#7fafbc

Complementary Color

#7fafbc #bc8c7f

#7fafbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fafbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fafbc Color CSS Codes

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

#7fafbc Text Font Color

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

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


#7fafbc Background Color

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

This div background color is #7fafbc


#7fafbc Border Color

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

This div border color is #7fafbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fafbc


Comments

No comments written yet.

Please login to write comment.