Color Hex Logo

#7fccbe Color Hex

#7FCCBE
(127,204,190)
0 Favorites   0 Comments

Color spaces of #7fccbe

RGB 127204190
HSL0.470.430.65
HSV169°38°80°
CMYK 0.380.000.07   0.20
XYZ39.639551.415556.5502
Yxy51.41550.26860.3483
Hunter Lab71.7046-26.80533.4339
CIE-Lab76.9300-26.9951-0.5395

#7fccbe color RGB value is (127,204,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11001100 10111110
Octal 177 314 276
Decimal 127 204 190
Hex 7F CC BE

RGB Percentages of Color #7fccbe

%24.38
%39.16
%36.47

CMYK Percentages of Color #7fccbe

%38
%0
%7
%20

Triadic Colors of #7fccbe

#7fccbe #be7fcc #ccbe7f

Analogous Colors of #7fccbe

#7fccbe #7fb4cc #7fcc98

Monochromatic Colors of #7fccbe

#7fccbe

Complementary Color

#7fccbe #cc7f8d

#7fccbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fccbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fccbe Color CSS Codes

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

#7fccbe Text Font Color

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

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


#7fccbe Background Color

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

This div background color is #7fccbe


#7fccbe Border Color

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

This div border color is #7fccbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fccbe


Comments

No comments written yet.

Please login to write comment.