Color Hex Logo

#7ebe6b Color Hex

#7EBE6B
(126,190,107)
0 Favorites   0 Comments

Color spaces of #7ebe6b

RGB 126190107
HSL0.300.390.58
HSV106°44°75°
CMYK 0.340.000.44   0.25
XYZ29.671542.324120.5154
Yxy42.32410.32070.4575
Hunter Lab65.0570-32.438626.8431
CIE-Lab71.0938-36.219035.5040

#7ebe6b color RGB value is (126,190,107).

#7ebe6b hex color red value is 126, green value is 190 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #7ebe6b hue: 0.30 , saturation: 0.39 and the lightness value of 7ebe6b is 0.58.

The process color (four color CMYK) of #7ebe6b color hex is 0.34, 0.00, 0.44, 0.25. Web safe color of #7ebe6b is #66cc66. Color #7ebe6b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10111110 01101011
Octal 176 276 153
Decimal 126 190 107
Hex 7E BE 6B

RGB Percentages of Color #7ebe6b

%29.79
%44.92
%25.30

CMYK Percentages of Color #7ebe6b

%34
%0
%44
%25

Triadic Colors of #7ebe6b

#7ebe6b #6b7ebe #be6b7e

Analogous Colors of #7ebe6b

#7ebe6b #6bbe82 #a8be6b

Monochromatic Colors of #7ebe6b

#7ebe6b

Complementary Color

#7ebe6b #ab6bbe

#7ebe6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ebe6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ebe6b Color CSS Codes

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

#7ebe6b Text Font Color

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

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


#7ebe6b Background Color

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

This div background color is #7ebe6b


#7ebe6b Border Color

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

This div border color is #7ebe6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ebe6b


Comments

No comments written yet.

Please login to write comment.