Color Hex Logo

#7ed087 Color Hex

#7ED087
(126,208,135)
0 Favorites   0 Comments

Color spaces of #7ed087

RGB 126208135
HSL0.350.470.65
HSV127°39°82°
CMYK 0.390.000.35   0.18
XYZ35.533251.296630.9501
Yxy51.29660.30170.4355
Hunter Lab71.6216-36.779824.5140
CIE-Lab76.8583-40.058428.5991

#7ed087 color RGB value is (126,208,135).

#7ed087 hex color red value is 126, green value is 208 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #7ed087 hue: 0.35 , saturation: 0.47 and the lightness value of 7ed087 is 0.65.

The process color (four color CMYK) of #7ed087 color hex is 0.39, 0.00, 0.35, 0.18. Web safe color of #7ed087 is #66cc99. Color #7ed087 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11010000 10000111
Octal 176 320 207
Decimal 126 208 135
Hex 7E D0 87

RGB Percentages of Color #7ed087

%26.87
%44.35
%28.78

CMYK Percentages of Color #7ed087

%39
%0
%35
%18

Triadic Colors of #7ed087

#7ed087 #877ed0 #d0877e

Analogous Colors of #7ed087

#7ed087 #7ed0b0 #9ed07e

Monochromatic Colors of #7ed087

#7ed087

Complementary Color

#7ed087 #d07ec7

#7ed087 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ed087 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ed087 Color CSS Codes

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

#7ed087 Text Font Color

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

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


#7ed087 Background Color

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

This div background color is #7ed087


#7ed087 Border Color

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

This div border color is #7ed087


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ed087


Comments

No comments written yet.

Please login to write comment.