Color Hex Logo

#7e9455 Color Hex

#7E9455
(126,148,85)
0 Favorites   0 Comments

Color spaces of #7e9455

RGB 12614885
HSL0.220.270.46
HSV81°43°58°
CMYK 0.150.000.43   0.42
XYZ20.833826.271312.5671
Yxy26.27130.34910.4403
Hunter Lab51.2555-17.142421.3418
CIE-Lab58.2937-18.759630.7159

#7e9455 color RGB value is (126,148,85).

#7e9455 hex color red value is 126, green value is 148 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #7e9455 hue: 0.22 , saturation: 0.27 and the lightness value of 7e9455 is 0.46.

The process color (four color CMYK) of #7e9455 color hex is 0.15, 0.00, 0.43, 0.42. Web safe color of #7e9455 is #669966. Color #7e9455 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10010100 01010101
Octal 176 224 125
Decimal 126 148 85
Hex 7E 94 55

RGB Percentages of Color #7e9455

%35.10
%41.23
%23.68

CMYK Percentages of Color #7e9455

%15
%0
%43
%42

Triadic Colors of #7e9455

#7e9455 #557e94 #94557e

Analogous Colors of #7e9455

#7e9455 #5f9455 #948b55

Monochromatic Colors of #7e9455

#7e9455

Complementary Color

#7e9455 #6b5594

#7e9455 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e9455 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e9455 Color CSS Codes

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

#7e9455 Text Font Color

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

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


#7e9455 Background Color

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

This div background color is #7e9455


#7e9455 Border Color

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

This div border color is #7e9455


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e9455


Comments

No comments written yet.

Please login to write comment.