Color Hex Logo

#7faeea Color Hex

#7FAEEA
(127,174,234)
0 Favorites   0 Comments

Color spaces of #7faeea

RGB 127174234
HSL0.590.720.71
HSV214°46°92°
CMYK 0.460.260.00   0.08
XYZ38.739740.724683.6607
Yxy40.72460.23750.2497
Hunter Lab63.8158-3.3184-33.0564
CIE-Lab69.98250.1027-34.9367

#7faeea color RGB value is (127,174,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 10101110 11101010
Octal 177 256 352
Decimal 127 174 234
Hex 7F AE EA

RGB Percentages of Color #7faeea

%23.74
%32.52
%43.74

CMYK Percentages of Color #7faeea

%46
%26
%0
%8

Triadic Colors of #7faeea

#7faeea #ea7fae #aeea7f

Analogous Colors of #7faeea

#7faeea #867fea #7fe4ea

Monochromatic Colors of #7faeea

#7faeea

Complementary Color

#7faeea #eabb7f

#7faeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7faeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#7faeea Color CSS Codes

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

#7faeea Text Font Color

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

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


#7faeea Background Color

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

This div background color is #7faeea


#7faeea Border Color

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

This div border color is #7faeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7faeea


Comments

No comments written yet.

Please login to write comment.