Color Hex Logo

#7facbb Color Hex

#7FACBB
(127,172,187)
0 Favorites   0 Comments

Color spaces of #7facbb

RGB 127172187
HSL0.540.310.62
HSV195°32°73°
CMYK 0.320.080.00   0.27
XYZ32.474637.604952.5606
Yxy37.60490.26480.3066
Hunter Lab61.3228-12.7871-7.8922
CIE-Lab67.7284-11.3516-12.5312

#7facbb color RGB value is (127,172,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 10101100 10111011
Octal 177 254 273
Decimal 127 172 187
Hex 7F AC BB

RGB Percentages of Color #7facbb

%26.13
%35.39
%38.48

CMYK Percentages of Color #7facbb

%32
%8
%0
%27

Triadic Colors of #7facbb

#7facbb #bb7fac #acbb7f

Analogous Colors of #7facbb

#7facbb #7f8ebb #7fbbac

Monochromatic Colors of #7facbb

#7facbb

Complementary Color

#7facbb #bb8e7f

#7facbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7facbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7facbb Color CSS Codes

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

#7facbb Text Font Color

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

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


#7facbb Background Color

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

This div background color is #7facbb


#7facbb Border Color

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

This div border color is #7facbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7facbb


Comments

No comments written yet.

Please login to write comment.