Color Hex Logo

#7faeee Color Hex

#7FAEEE
(127,174,238)
0 Favorites   0 Comments

Color spaces of #7faeee

RGB 127174238
HSL0.600.770.72
HSV215°47°93°
CMYK 0.470.270.00   0.07
XYZ39.321140.957286.7220
Yxy40.95720.23550.2453
Hunter Lab63.9978-2.3234-35.5441
CIE-Lab70.14591.2438-36.8626

#7faeee color RGB value is (127,174,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 10101110 11101110
Octal 177 256 356
Decimal 127 174 238
Hex 7F AE EE

RGB Percentages of Color #7faeee

%23.56
%32.28
%44.16

CMYK Percentages of Color #7faeee

%47
%27
%0
%7

Triadic Colors of #7faeee

#7faeee #ee7fae #aeee7f

Analogous Colors of #7faeee

#7faeee #887fee #7fe6ee

Monochromatic Colors of #7faeee

#7faeee

Complementary Color

#7faeee #eebf7f

#7faeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7faeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#7faeee Color CSS Codes

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

#7faeee Text Font Color

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

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


#7faeee Background Color

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

This div background color is #7faeee


#7faeee Border Color

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

This div border color is #7faeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7faeee


Comments

No comments written yet.

Please login to write comment.