Color Hex Logo

#7fcbbf Color Hex

#7FCBBF
(127,203,191)
0 Favorites   0 Comments

Color spaces of #7fcbbf

RGB 127203191
HSL0.470.420.65
HSV171°37°80°
CMYK 0.370.000.06   0.20
XYZ39.512350.985557.0489
Yxy50.98550.26780.3456
Hunter Lab71.4041-26.18222.6127
CIE-Lab76.6702-26.2753-1.4587

#7fcbbf color RGB value is (127,203,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11001011 10111111
Octal 177 313 277
Decimal 127 203 191
Hex 7F CB BF

RGB Percentages of Color #7fcbbf

%24.38
%38.96
%36.66

CMYK Percentages of Color #7fcbbf

%37
%0
%6
%20

Triadic Colors of #7fcbbf

#7fcbbf #bf7fcb #cbbf7f

Analogous Colors of #7fcbbf

#7fcbbf #7fb1cb #7fcb99

Monochromatic Colors of #7fcbbf

#7fcbbf

Complementary Color

#7fcbbf #cb7f8b

#7fcbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fcbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fcbbf Color CSS Codes

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

#7fcbbf Text Font Color

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

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


#7fcbbf Background Color

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

This div background color is #7fcbbf


#7fcbbf Border Color

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

This div border color is #7fcbbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fcbbf


Comments

No comments written yet.

Please login to write comment.