Color Hex Logo

#7facef Color Hex

#7FACEF
(127,172,239)
0 Favorites   0 Comments

Color spaces of #7facef

RGB 127172239
HSL0.600.780.72
HSV216°47°94°
CMYK 0.470.280.00   0.06
XYZ39.084940.249187.3702
Yxy40.24910.23450.2414
Hunter Lab63.4422-1.0551-37.2425
CIE-Lab69.64662.6487-38.1843

#7facef color RGB value is (127,172,239).

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

The process color (four color CMYK) of #7facef color hex is 0.47, 0.28, 0.00, 0.06. Web safe color of #7facef is #6699ff. Color #7facef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10101100 11101111
Octal 177 254 357
Decimal 127 172 239
Hex 7F AC EF

RGB Percentages of Color #7facef

%23.61
%31.97
%44.42

CMYK Percentages of Color #7facef

%47
%28
%0
%6

Triadic Colors of #7facef

#7facef #ef7fac #acef7f

Analogous Colors of #7facef

#7facef #8a7fef #7fe4ef

Monochromatic Colors of #7facef

#7facef

Complementary Color

#7facef #efc27f

#7facef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7facef Color Preview on White Background

Lorem ipsum dolor sit amet.

#7facef Color CSS Codes

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

#7facef Text Font Color

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

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


#7facef Background Color

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

This div background color is #7facef


#7facef Border Color

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

This div border color is #7facef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7facef


Comments

No comments written yet.

Please login to write comment.