Color Hex Logo

#7fccbf Color Hex

#7FCCBF
(127,204,191)
0 Favorites   0 Comments

Color spaces of #7fccbf

RGB 127204191
HSL0.470.430.65
HSV170°38°80°
CMYK 0.380.000.06   0.20
XYZ39.749251.459357.1279
Yxy51.45930.26800.3469
Hunter Lab71.7351-26.62772.9977
CIE-Lab76.9564-26.7645-1.0396

#7fccbf color RGB value is (127,204,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11001100 10111111
Octal 177 314 277
Decimal 127 204 191
Hex 7F CC BF

RGB Percentages of Color #7fccbf

%24.33
%39.08
%36.59

CMYK Percentages of Color #7fccbf

%38
%0
%6
%20

Triadic Colors of #7fccbf

#7fccbf #bf7fcc #ccbf7f

Analogous Colors of #7fccbf

#7fccbf #7fb3cc #7fcc99

Monochromatic Colors of #7fccbf

#7fccbf

Complementary Color

#7fccbf #cc7f8c

#7fccbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fccbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fccbf Color CSS Codes

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

#7fccbf Text Font Color

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

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


#7fccbf Background Color

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

This div background color is #7fccbf


#7fccbf Border Color

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

This div border color is #7fccbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fccbf


Comments

No comments written yet.

Please login to write comment.