Color Hex Logo

#7faeec Color Hex

#7FAEEC
(127,174,236)
0 Favorites   0 Comments

Color spaces of #7faeec

RGB 127174236
HSL0.590.740.71
HSV214°46°93°
CMYK 0.460.260.00   0.07
XYZ39.028840.840385.1828
Yxy40.84030.23650.2474
Hunter Lab63.9064-2.8231-34.2949
CIE-Lab70.06390.6720-35.9007

#7faeec color RGB value is (127,174,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 10101110 11101100
Octal 177 256 354
Decimal 127 174 236
Hex 7F AE EC

RGB Percentages of Color #7faeec

%23.65
%32.40
%43.95

CMYK Percentages of Color #7faeec

%46
%26
%0
%7

Triadic Colors of #7faeec

#7faeec #ec7fae #aeec7f

Analogous Colors of #7faeec

#7faeec #877fec #7fe5ec

Monochromatic Colors of #7faeec

#7faeec

Complementary Color

#7faeec #ecbd7f

#7faeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7faeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7faeec Color CSS Codes

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

#7faeec Text Font Color

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

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


#7faeec Background Color

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

This div background color is #7faeec


#7faeec Border Color

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

This div border color is #7faeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7faeec


Comments

No comments written yet.

Please login to write comment.