Color Hex Logo

#7eaca8 Color Hex

#7EACA8
(126,172,168)
0 Favorites   0 Comments

Color spaces of #7eaca8

RGB 126172168
HSL0.490.220.58
HSV175°27°67°
CMYK 0.270.000.02   0.33
XYZ30.424636.767842.5391
Yxy36.76780.27730.3351
Hunter Lab60.6365-16.55070.8510
CIE-Lab67.1025-16.1692-2.9284

#7eaca8 color RGB value is (126,172,168).

#7eaca8 hex color red value is 126, green value is 172 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #7eaca8 hue: 0.49 , saturation: 0.22 and the lightness value of 7eaca8 is 0.58.

The process color (four color CMYK) of #7eaca8 color hex is 0.27, 0.00, 0.02, 0.33. Web safe color of #7eaca8 is #669999. Color #7eaca8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10101100 10101000
Octal 176 254 250
Decimal 126 172 168
Hex 7E AC A8

RGB Percentages of Color #7eaca8

%27.04
%36.91
%36.05

CMYK Percentages of Color #7eaca8

%27
%0
%2
%33

Triadic Colors of #7eaca8

#7eaca8 #a87eac #aca87e

Analogous Colors of #7eaca8

#7eaca8 #7e99ac #7eac91

Monochromatic Colors of #7eaca8

#7eaca8

Complementary Color

#7eaca8 #ac7e82

#7eaca8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eaca8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eaca8 Color CSS Codes

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

#7eaca8 Text Font Color

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

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


#7eaca8 Background Color

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

This div background color is #7eaca8


#7eaca8 Border Color

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

This div border color is #7eaca8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(126,172,168, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7eaca8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7eaca8;
  -webkit-box-shadow: 1px 1px 3px 2px #7eaca8;
  box-shadow:         1px 1px 3px 2px #7eaca8; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(126,172,168, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eaca8


Comments

No comments written yet.

Please login to write comment.