Color Hex Logo

#7fefae Color Hex

#7FEFAE
(127,239,174)
0 Favorites   0 Comments

Color spaces of #7fefae

RGB 127239174
HSL0.400.780.72
HSV145°47°94°
CMYK 0.470.000.27   0.06
XYZ47.258969.301050.9300
Yxy69.30100.28220.4138
Hunter Lab83.2472-44.349421.9999
CIE-Lab86.6529-46.357021.7367

#7fefae color RGB value is (127,239,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11101111 10101110
Octal 177 357 256
Decimal 127 239 174
Hex 7F EF AE

RGB Percentages of Color #7fefae

%23.52
%44.26
%32.22

CMYK Percentages of Color #7fefae

%47
%0
%27
%6

Triadic Colors of #7fefae

#7fefae #ae7fef #efae7f

Analogous Colors of #7fefae

#7fefae #7fefe6 #88ef7f

Monochromatic Colors of #7fefae

#7fefae

Complementary Color

#7fefae #ef7fc0

#7fefae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fefae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fefae Color CSS Codes

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

#7fefae Text Font Color

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

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


#7fefae Background Color

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

This div background color is #7fefae


#7fefae Border Color

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

This div border color is #7fefae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fefae


Comments

No comments written yet.

Please login to write comment.