Color Hex Logo

#7fcbae Color Hex

#7FCBAE
(127,203,174)
0 Favorites   0 Comments

Color spaces of #7fcbae

RGB 127203174
HSL0.440.420.65
HSV157°37°80°
CMYK 0.370.000.14   0.20
XYZ37.748350.279947.7598
Yxy50.27990.27800.3703
Hunter Lab70.9083-29.06449.7015
CIE-Lab76.2407-30.06217.0752

#7fcbae color RGB value is (127,203,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11001011 10101110
Octal 177 313 256
Decimal 127 203 174
Hex 7F CB AE

RGB Percentages of Color #7fcbae

%25.20
%40.28
%34.52

CMYK Percentages of Color #7fcbae

%37
%0
%14
%20

Triadic Colors of #7fcbae

#7fcbae #ae7fcb #cbae7f

Analogous Colors of #7fcbae

#7fcbae #7fc2cb #7fcb88

Monochromatic Colors of #7fcbae

#7fcbae

Complementary Color

#7fcbae #cb7f9c

#7fcbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fcbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fcbae Color CSS Codes

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

#7fcbae Text Font Color

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

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


#7fcbae Background Color

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

This div background color is #7fcbae


#7fcbae Border Color

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

This div border color is #7fcbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fcbae


Comments

No comments written yet.

Please login to write comment.