Color Hex Logo

#7fcbac Color Hex

#7FCBAC
(127,203,172)
0 Favorites   0 Comments

Color spaces of #7fcbac

RGB 127203172
HSL0.430.420.65
HSV156°37°80°
CMYK 0.370.000.15   0.20
XYZ37.554750.202546.7404
Yxy50.20250.27920.3733
Hunter Lab70.8537-29.383410.4855
CIE-Lab76.1934-30.48738.0825

#7fcbac color RGB value is (127,203,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11001011 10101100
Octal 177 313 254
Decimal 127 203 172
Hex 7F CB AC

RGB Percentages of Color #7fcbac

%25.30
%40.44
%34.26

CMYK Percentages of Color #7fcbac

%37
%0
%15
%20

Triadic Colors of #7fcbac

#7fcbac #ac7fcb #cbac7f

Analogous Colors of #7fcbac

#7fcbac #7fc4cb #7fcb86

Monochromatic Colors of #7fcbac

#7fcbac

Complementary Color

#7fcbac #cb7f9e

#7fcbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fcbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fcbac Color CSS Codes

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

#7fcbac Text Font Color

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

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


#7fcbac Background Color

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

This div background color is #7fcbac


#7fcbac Border Color

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

This div border color is #7fcbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fcbac


Comments

No comments written yet.

Please login to write comment.