Color Hex Logo

#7faeca Color Hex

#7FAECA
(127,174,202)
0 Favorites   0 Comments

Color spaces of #7faeca

RGB 127174202
HSL0.560.410.65
HSV202°37°79°
CMYK 0.370.140.00   0.21
XYZ34.549139.048461.5933
Yxy39.04840.25560.2888
Hunter Lab62.4887-10.6652-14.6983
CIE-Lab68.7863-8.6216-19.2239

#7faeca color RGB value is (127,174,202).

#7faeca hex color red value is 127, green value is 174 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #7faeca hue: 0.56 , saturation: 0.41 and the lightness value of 7faeca is 0.65.

The process color (four color CMYK) of #7faeca color hex is 0.37, 0.14, 0.00, 0.21. Web safe color of #7faeca is #6699cc. Color #7faeca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10101110 11001010
Octal 177 256 312
Decimal 127 174 202
Hex 7F AE CA

RGB Percentages of Color #7faeca

%25.25
%34.59
%40.16

CMYK Percentages of Color #7faeca

%37
%14
%0
%21

Triadic Colors of #7faeca

#7faeca #ca7fae #aeca7f

Analogous Colors of #7faeca

#7faeca #7f89ca #7fcac1

Monochromatic Colors of #7faeca

#7faeca

Complementary Color

#7faeca #ca9b7f

#7faeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7faeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7faeca Color CSS Codes

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

#7faeca Text Font Color

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

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


#7faeca Background Color

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

This div background color is #7faeca


#7faeca Border Color

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

This div border color is #7faeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7faeca


Comments

No comments written yet.

Please login to write comment.