Color Hex Logo

#7fce97 Color Hex

#7FCE97
(127,206,151)
1 Favorites   0 Comments

Color spaces of #7fce97

RGB 127206151
HSL0.380.450.65
HSV138°38°81°
CMYK 0.380.000.27   0.19
XYZ36.409650.889037.1817
Yxy50.88900.29250.4088
Hunter Lab71.3365-33.733919.0327
CIE-Lab76.6117-36.058119.8821

#7fce97 color RGB value is (127,206,151).

#7fce97 hex color red value is 127, green value is 206 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #7fce97 hue: 0.38 , saturation: 0.45 and the lightness value of 7fce97 is 0.65.

The process color (four color CMYK) of #7fce97 color hex is 0.38, 0.00, 0.27, 0.19. Web safe color of #7fce97 is #66cc99. Color #7fce97 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11001110 10010111
Octal 177 316 227
Decimal 127 206 151
Hex 7F CE 97

RGB Percentages of Color #7fce97

%26.24
%42.56
%31.20

CMYK Percentages of Color #7fce97

%38
%0
%27
%19

Triadic Colors of #7fce97

#7fce97 #977fce #ce977f

Analogous Colors of #7fce97

#7fce97 #7fcebf #8fce7f

Monochromatic Colors of #7fce97

#7fce97

Complementary Color

#7fce97 #ce7fb6

#7fce97 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fce97 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fce97 Color CSS Codes

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

#7fce97 Text Font Color

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

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


#7fce97 Background Color

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

This div background color is #7fce97


#7fce97 Border Color

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

This div border color is #7fce97


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fce97


Comments

No comments written yet.

Please login to write comment.