Color Hex Logo

#7faaef Color Hex

#7FAAEF
(127,170,239)
0 Favorites   0 Comments

Color spaces of #7faaef

RGB 127170239
HSL0.600.780.72
HSV217°47°94°
CMYK 0.470.290.00   0.06
XYZ38.707139.493587.2443
Yxy39.49350.23400.2387
Hunter Lab62.8439-0.0341-38.3199
CIE-Lab69.10723.7715-39.0248

#7faaef color RGB value is (127,170,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 10101010 11101111
Octal 177 252 357
Decimal 127 170 239
Hex 7F AA EF

RGB Percentages of Color #7faaef

%23.69
%31.72
%44.59

CMYK Percentages of Color #7faaef

%47
%29
%0
%6

Triadic Colors of #7faaef

#7faaef #ef7faa #aaef7f

Analogous Colors of #7faaef

#7faaef #8c7fef #7fe2ef

Monochromatic Colors of #7faaef

#7faaef

Complementary Color

#7faaef #efc47f

#7faaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7faaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#7faaef Color CSS Codes

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

#7faaef Text Font Color

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

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


#7faaef Background Color

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

This div background color is #7faaef


#7faaef Border Color

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

This div border color is #7faaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7faaef


Comments

No comments written yet.

Please login to write comment.