Color Hex Logo

#7bea8a Color Hex

#7BEA8A
(123,234,138)
0 Favorites   0 Comments

Color spaces of #7bea8a

RGB 123234138
HSL0.360.730.70
HSV128°47°92°
CMYK 0.470.000.41   0.08
XYZ42.178664.891634.3470
Yxy64.89160.29830.4589
Hunter Lab80.5553-47.509631.1088
CIE-Lab84.4278-51.501637.0050

#7bea8a color RGB value is (123,234,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11101010 10001010
Octal 173 352 212
Decimal 123 234 138
Hex 7B EA 8A

RGB Percentages of Color #7bea8a

%24.85
%47.27
%27.88

CMYK Percentages of Color #7bea8a

%47
%0
%41
%8

Triadic Colors of #7bea8a

#7bea8a #8a7bea #ea8a7b

Analogous Colors of #7bea8a

#7bea8a #7beac2 #a4ea7b

Monochromatic Colors of #7bea8a

#7bea8a

Complementary Color

#7bea8a #ea7bdb

#7bea8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bea8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bea8a Color CSS Codes

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

#7bea8a Text Font Color

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

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


#7bea8a Background Color

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

This div background color is #7bea8a


#7bea8a Border Color

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

This div border color is #7bea8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bea8a


Comments

No comments written yet.

Please login to write comment.