Color Hex Logo

#7fc8ae Color Hex

#7FC8AE
(127,200,174)
0 Favorites   0 Comments

Color spaces of #7fc8ae

RGB 127200174
HSL0.440.400.64
HSV159°37°78°
CMYK 0.370.000.13   0.22
XYZ37.046748.876647.5260
Yxy48.87660.27760.3663
Hunter Lab69.9118-27.75748.6330
CIE-Lab75.3745-28.61955.8301

#7fc8ae color RGB value is (127,200,174).

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

The process color (four color CMYK) of #7fc8ae color hex is 0.37, 0.00, 0.13, 0.22. Web safe color of #7fc8ae is #66cc99. Color #7fc8ae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11001000 10101110
Octal 177 310 256
Decimal 127 200 174
Hex 7F C8 AE

RGB Percentages of Color #7fc8ae

%25.35
%39.92
%34.73

CMYK Percentages of Color #7fc8ae

%37
%0
%13
%22

Triadic Colors of #7fc8ae

#7fc8ae #ae7fc8 #c8ae7f

Analogous Colors of #7fc8ae

#7fc8ae #7fbec8 #7fc88a

Monochromatic Colors of #7fc8ae

#7fc8ae

Complementary Color

#7fc8ae #c87f99

#7fc8ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fc8ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fc8ae Color CSS Codes

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

#7fc8ae Text Font Color

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

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


#7fc8ae Background Color

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

This div background color is #7fc8ae


#7fc8ae Border Color

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

This div border color is #7fc8ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,200,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 #7fc8ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fc8ae


Comments

No comments written yet.

Please login to write comment.