Color Hex Logo

#7facbc Color Hex

#7FACBC
(127,172,188)
0 Favorites   0 Comments

Color spaces of #7facbc

RGB 127172188
HSL0.540.310.62
HSV196°32°74°
CMYK 0.320.090.00   0.26
XYZ32.582037.647953.1265
Yxy37.64790.26410.3052
Hunter Lab61.3579-12.5900-8.3855
CIE-Lab67.7603-11.1042-13.0373

#7facbc color RGB value is (127,172,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 10101100 10111100
Octal 177 254 274
Decimal 127 172 188
Hex 7F AC BC

RGB Percentages of Color #7facbc

%26.08
%35.32
%38.60

CMYK Percentages of Color #7facbc

%32
%9
%0
%26

Triadic Colors of #7facbc

#7facbc #bc7fac #acbc7f

Analogous Colors of #7facbc

#7facbc #7f8ebc #7fbcae

Monochromatic Colors of #7facbc

#7facbc

Complementary Color

#7facbc #bc8f7f

#7facbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7facbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7facbc Color CSS Codes

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

#7facbc Text Font Color

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

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


#7facbc Background Color

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

This div background color is #7facbc


#7facbc Border Color

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

This div border color is #7facbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7facbc

#7facbc Color Palettes


Comments

No comments written yet.

Please login to write comment.