Color Hex Logo

#7bea7e Color Hex

#7BEA7E
(123,234,126)
0 Favorites   0 Comments

Color spaces of #7bea7e

RGB 123234126
HSL0.340.730.70
HSV122°47°92°
CMYK 0.470.000.46   0.08
XYZ41.357164.562930.0208
Yxy64.56290.30420.4749
Hunter Lab80.3510-48.739434.0938
CIE-Lab84.2580-53.261742.6867

#7bea7e color RGB value is (123,234,126).

#7bea7e hex color red value is 123, green value is 234 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #7bea7e hue: 0.34 , saturation: 0.73 and the lightness value of 7bea7e is 0.70.

The process color (four color CMYK) of #7bea7e color hex is 0.47, 0.00, 0.46, 0.08. Web safe color of #7bea7e is #66ff66. Color #7bea7e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 11101010 01111110
Octal 173 352 176
Decimal 123 234 126
Hex 7B EA 7E

RGB Percentages of Color #7bea7e

%25.47
%48.45
%26.09

CMYK Percentages of Color #7bea7e

%47
%0
%46
%8

Triadic Colors of #7bea7e

#7bea7e #7e7bea #ea7e7b

Analogous Colors of #7bea7e

#7bea7e #7beab6 #b0ea7b

Monochromatic Colors of #7bea7e

#7bea7e

Complementary Color

#7bea7e #ea7be7

#7bea7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bea7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bea7e Color CSS Codes

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

#7bea7e Text Font Color

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

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


#7bea7e Background Color

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

This div background color is #7bea7e


#7bea7e Border Color

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

This div border color is #7bea7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bea7e


Comments

No comments written yet.

Please login to write comment.