Color Hex Logo

#7faece Color Hex

#7FAECE
(127,174,206)
0 Favorites   0 Comments

Color spaces of #7faece

RGB 127174206
HSL0.570.450.65
HSV204°38°81°
CMYK 0.380.160.00   0.19
XYZ35.029039.240464.1204
Yxy39.24040.25310.2835
Hunter Lab62.6422-9.8080-16.8396
CIE-Lab68.9250-7.5750-21.2166

#7faece color RGB value is (127,174,206).

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

The process color (four color CMYK) of #7faece color hex is 0.38, 0.16, 0.00, 0.19. Web safe color of #7faece is #6699cc. Color #7faece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10101110 11001110
Octal 177 256 316
Decimal 127 174 206
Hex 7F AE CE

RGB Percentages of Color #7faece

%25.05
%34.32
%40.63

CMYK Percentages of Color #7faece

%38
%16
%0
%19

Triadic Colors of #7faece

#7faece #ce7fae #aece7f

Analogous Colors of #7faece

#7faece #7f87ce #7fcec7

Monochromatic Colors of #7faece

#7faece

Complementary Color

#7faece #ce9f7f

#7faece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7faece Color Preview on White Background

Lorem ipsum dolor sit amet.

#7faece Color CSS Codes

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

#7faece Text Font Color

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

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


#7faece Background Color

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

This div background color is #7faece


#7faece Border Color

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

This div border color is #7faece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7faece


Comments

No comments written yet.

Please login to write comment.