Color Hex Logo

#7fcbaf Color Hex

#7FCBAF
(127,203,175)
1 Favorites   0 Comments

Color spaces of #7fcbaf

RGB 127203175
HSL0.440.420.65
HSV158°37°80°
CMYK 0.370.000.14   0.20
XYZ37.846250.319048.2753
Yxy50.31900.27740.3688
Hunter Lab70.9359-28.90339.3054
CIE-Lab76.2646-29.84766.5717

#7fcbaf color RGB value is (127,203,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11001011 10101111
Octal 177 313 257
Decimal 127 203 175
Hex 7F CB AF

RGB Percentages of Color #7fcbaf

%25.15
%40.20
%34.65

CMYK Percentages of Color #7fcbaf

%37
%0
%14
%20

Triadic Colors of #7fcbaf

#7fcbaf #af7fcb #cbaf7f

Analogous Colors of #7fcbaf

#7fcbaf #7fc1cb #7fcb89

Monochromatic Colors of #7fcbaf

#7fcbaf

Complementary Color

#7fcbaf #cb7f9b

#7fcbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fcbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fcbaf Color CSS Codes

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

#7fcbaf Text Font Color

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

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


#7fcbaf Background Color

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

This div background color is #7fcbaf


#7fcbaf Border Color

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

This div border color is #7fcbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fcbaf


Comments

No comments written yet.

Please login to write comment.