Color Hex Logo

#7fefc9 Color Hex

#7FEFC9
(127,239,201)
0 Favorites   0 Comments

Color spaces of #7fefc9

RGB 127239201
HSL0.440.780.72
HSV160°47°94°
CMYK 0.470.000.16   0.06
XYZ50.161570.462166.2151
Yxy70.46210.26850.3771
Hunter Lab83.9417-40.230811.9899
CIE-Lab87.2230-40.86548.5256

#7fefc9 color RGB value is (127,239,201).

#7fefc9 hex color red value is 127, green value is 239 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #7fefc9 hue: 0.44 , saturation: 0.78 and the lightness value of 7fefc9 is 0.72.

The process color (four color CMYK) of #7fefc9 color hex is 0.47, 0.00, 0.16, 0.06. Web safe color of #7fefc9 is #66ffcc. Color #7fefc9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11101111 11001001
Octal 177 357 311
Decimal 127 239 201
Hex 7F EF C9

RGB Percentages of Color #7fefc9

%22.40
%42.15
%35.45

CMYK Percentages of Color #7fefc9

%47
%0
%16
%6

Triadic Colors of #7fefc9

#7fefc9 #c97fef #efc97f

Analogous Colors of #7fefc9

#7fefc9 #7fddef #7fef91

Monochromatic Colors of #7fefc9

#7fefc9

Complementary Color

#7fefc9 #ef7fa5

#7fefc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fefc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fefc9 Color CSS Codes

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

#7fefc9 Text Font Color

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

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


#7fefc9 Background Color

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

This div background color is #7fefc9


#7fefc9 Border Color

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

This div border color is #7fefc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fefc9

#7fefc9 Color Palettes


Comments

No comments written yet.

Please login to write comment.