Color Hex Logo

#7fccac Color Hex

#7FCCAC
(127,204,172)
0 Favorites   0 Comments

Color spaces of #7fccac

RGB 127204172
HSL0.430.430.65
HSV155°38°80°
CMYK 0.380.000.16   0.20
XYZ37.791750.676346.8194
Yxy50.67630.27930.3746
Hunter Lab71.1873-29.816210.8365
CIE-Lab76.4825-30.96348.4961

#7fccac color RGB value is (127,204,172).

#7fccac hex color red value is 127, green value is 204 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #7fccac hue: 0.43 , saturation: 0.43 and the lightness value of 7fccac is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11001100 10101100
Octal 177 314 254
Decimal 127 204 172
Hex 7F CC AC

RGB Percentages of Color #7fccac

%25.25
%40.56
%34.19

CMYK Percentages of Color #7fccac

%38
%0
%16
%20

Triadic Colors of #7fccac

#7fccac #ac7fcc #ccac7f

Analogous Colors of #7fccac

#7fccac #7fc6cc #7fcc86

Monochromatic Colors of #7fccac

#7fccac

Complementary Color

#7fccac #cc7f9f

#7fccac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fccac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fccac Color CSS Codes

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

#7fccac Text Font Color

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

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


#7fccac Background Color

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

This div background color is #7fccac


#7fccac Border Color

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

This div border color is #7fccac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fccac


Comments

No comments written yet.

Please login to write comment.