Color Hex Logo

#7fcfaf Color Hex

#7FCFAF
(127,207,175)
0 Favorites   0 Comments

Color spaces of #7fcfaf

RGB 127207175
HSL0.430.450.65
HSV156°39°81°
CMYK 0.390.000.15   0.19
XYZ38.803152.232848.5942
Yxy52.23280.27790.3741
Hunter Lab72.2723-30.639510.7254
CIE-Lab77.4198-31.75258.2283

#7fcfaf color RGB value is (127,207,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11001111 10101111
Octal 177 317 257
Decimal 127 207 175
Hex 7F CF AF

RGB Percentages of Color #7fcfaf

%24.95
%40.67
%34.38

CMYK Percentages of Color #7fcfaf

%39
%0
%15
%19

Triadic Colors of #7fcfaf

#7fcfaf #af7fcf #cfaf7f

Analogous Colors of #7fcfaf

#7fcfaf #7fc7cf #7fcf87

Monochromatic Colors of #7fcfaf

#7fcfaf

Complementary Color

#7fcfaf #cf7f9f

#7fcfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fcfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fcfaf Color CSS Codes

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

#7fcfaf Text Font Color

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

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


#7fcfaf Background Color

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

This div background color is #7fcfaf


#7fcfaf Border Color

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

This div border color is #7fcfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fcfaf


Comments

No comments written yet.

Please login to write comment.