Color Hex Logo

#7fa8bb Color Hex

#7FA8BB
(127,168,187)
0 Favorites   0 Comments

Color spaces of #7fa8bb

RGB 127168187
HSL0.550.310.62
HSV199°32°73°
CMYK 0.320.100.00   0.27
XYZ31.724736.105152.3106
Yxy36.10510.26410.3005
Hunter Lab60.0875-10.9096-9.5550
CIE-Lab66.6002-9.2000-14.2273

#7fa8bb color RGB value is (127,168,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 10101000 10111011
Octal 177 250 273
Decimal 127 168 187
Hex 7F A8 BB

RGB Percentages of Color #7fa8bb

%26.35
%34.85
%38.80

CMYK Percentages of Color #7fa8bb

%32
%10
%0
%27

Triadic Colors of #7fa8bb

#7fa8bb #bb7fa8 #a8bb7f

Analogous Colors of #7fa8bb

#7fa8bb #7f8abb #7fbbb0

Monochromatic Colors of #7fa8bb

#7fa8bb

Complementary Color

#7fa8bb #bb927f

#7fa8bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fa8bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fa8bb Color CSS Codes

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

#7fa8bb Text Font Color

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

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


#7fa8bb Background Color

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

This div background color is #7fa8bb


#7fa8bb Border Color

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

This div border color is #7fa8bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fa8bb


Comments

No comments written yet.

Please login to write comment.