Color Hex Logo

#7feea2 Color Hex

#7FEEA2
(127,238,162)
0 Favorites   0 Comments

Color spaces of #7feea2

RGB 127238162
HSL0.390.770.72
HSV139°47°93°
CMYK 0.470.000.32   0.07
XYZ45.848568.269744.9433
Yxy68.26970.28820.4292
Hunter Lab82.6255-45.545825.5876
CIE-Lab86.1411-48.131527.1927

#7feea2 color RGB value is (127,238,162).

#7feea2 hex color red value is 127, green value is 238 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #7feea2 hue: 0.39 , saturation: 0.77 and the lightness value of 7feea2 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11101110 10100010
Octal 177 356 242
Decimal 127 238 162
Hex 7F EE A2

RGB Percentages of Color #7feea2

%24.10
%45.16
%30.74

CMYK Percentages of Color #7feea2

%47
%0
%32
%7

Triadic Colors of #7feea2

#7feea2 #a27fee #eea27f

Analogous Colors of #7feea2

#7feea2 #7feeda #94ee7f

Monochromatic Colors of #7feea2

#7feea2

Complementary Color

#7feea2 #ee7fcb

#7feea2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7feea2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7feea2 Color CSS Codes

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

#7feea2 Text Font Color

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

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


#7feea2 Background Color

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

This div background color is #7feea2


#7feea2 Border Color

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

This div border color is #7feea2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(127,238,162, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7feea2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7feea2;
  -webkit-box-shadow: 1px 1px 3px 2px #7feea2;
  box-shadow:         1px 1px 3px 2px #7feea2; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,238,162, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7feea2


Comments

No comments written yet.

Please login to write comment.