Color Hex Logo

#7facec Color Hex

#7FACEC
(127,172,236)
0 Favorites   0 Comments

Color spaces of #7facec

RGB 127172236
HSL0.600.740.71
HSV215°46°93°
CMYK 0.460.270.00   0.07
XYZ38.645240.073285.0550
Yxy40.07320.23600.2447
Hunter Lab63.3034-1.8110-35.3502
CIE-Lab69.52161.7877-36.7434

#7facec color RGB value is (127,172,236).

#7facec hex color red value is 127, green value is 172 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #7facec hue: 0.60 , saturation: 0.74 and the lightness value of 7facec is 0.71.

The process color (four color CMYK) of #7facec color hex is 0.46, 0.27, 0.00, 0.07. Web safe color of #7facec is #6699ff. Color #7facec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10101100 11101100
Octal 177 254 354
Decimal 127 172 236
Hex 7F AC EC

RGB Percentages of Color #7facec

%23.74
%32.15
%44.11

CMYK Percentages of Color #7facec

%46
%27
%0
%7

Triadic Colors of #7facec

#7facec #ec7fac #acec7f

Analogous Colors of #7facec

#7facec #897fec #7fe3ec

Monochromatic Colors of #7facec

#7facec

Complementary Color

#7facec #ecbf7f

#7facec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7facec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7facec Color CSS Codes

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

#7facec Text Font Color

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

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


#7facec Background Color

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

This div background color is #7facec


#7facec Border Color

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

This div border color is #7facec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7facec


Comments

No comments written yet.

Please login to write comment.