Color Hex Logo

#7fa6bb Color Hex

#7FA6BB
(127,166,187)
0 Favorites   0 Comments

Color spaces of #7fa6bb

RGB 127166187
HSL0.560.310.62
HSV201°32°73°
CMYK 0.320.110.00   0.27
XYZ31.358335.372352.1885
Yxy35.37230.26370.2974
Hunter Lab59.4746-9.9655-10.3943
CIE-Lab66.0375-8.1152-15.0755

#7fa6bb color RGB value is (127,166,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 10100110 10111011
Octal 177 246 273
Decimal 127 166 187
Hex 7F A6 BB

RGB Percentages of Color #7fa6bb

%26.46
%34.58
%38.96

CMYK Percentages of Color #7fa6bb

%32
%11
%0
%27

Triadic Colors of #7fa6bb

#7fa6bb #bb7fa6 #a6bb7f

Analogous Colors of #7fa6bb

#7fa6bb #7f88bb #7fbbb2

Monochromatic Colors of #7fa6bb

#7fa6bb

Complementary Color

#7fa6bb #bb947f

#7fa6bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fa6bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fa6bb Color CSS Codes

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

#7fa6bb Text Font Color

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

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


#7fa6bb Background Color

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

This div background color is #7fa6bb


#7fa6bb Border Color

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

This div border color is #7fa6bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fa6bb


Comments

No comments written yet.

Please login to write comment.