Color Hex Logo

#7eac75 Color Hex

#7EAC75
(126,172,117)
0 Favorites   0 Comments

Color spaces of #7eac75

RGB 126172117
HSL0.310.250.57
HSV110°32°67°
CMYK 0.270.000.32   0.33
XYZ26.567635.225022.2285
Yxy35.22500.31620.4192
Hunter Lab59.3507-23.960319.3397
CIE-Lab65.9235-26.198523.4831

#7eac75 color RGB value is (126,172,117).

#7eac75 hex color red value is 126, green value is 172 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #7eac75 hue: 0.31 , saturation: 0.25 and the lightness value of 7eac75 is 0.57.

The process color (four color CMYK) of #7eac75 color hex is 0.27, 0.00, 0.32, 0.33. Web safe color of #7eac75 is #669966. Color #7eac75 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10101100 01110101
Octal 176 254 165
Decimal 126 172 117
Hex 7E AC 75

RGB Percentages of Color #7eac75

%30.36
%41.45
%28.19

CMYK Percentages of Color #7eac75

%27
%0
%32
%33

Triadic Colors of #7eac75

#7eac75 #757eac #ac757e

Analogous Colors of #7eac75

#7eac75 #75ac88 #9aac75

Monochromatic Colors of #7eac75

#7eac75

Complementary Color

#7eac75 #a375ac

#7eac75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eac75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eac75 Color CSS Codes

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

#7eac75 Text Font Color

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

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


#7eac75 Background Color

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

This div background color is #7eac75


#7eac75 Border Color

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

This div border color is #7eac75


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eac75


Comments

No comments written yet.

Please login to write comment.