Color Hex Logo

#7fc7bd Color Hex

#7FC7BD
(127,199,189)
0 Favorites   0 Comments

Color spaces of #7fc7bd

RGB 127199189
HSL0.480.390.64
HSV172°36°78°
CMYK 0.360.000.05   0.22
XYZ38.361149.033055.5866
Yxy49.03300.26830.3429
Hunter Lab70.0236-24.75341.9505
CIE-Lab75.4719-24.7697-2.1353

#7fc7bd color RGB value is (127,199,189).

#7fc7bd hex color red value is 127, green value is 199 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #7fc7bd hue: 0.48 , saturation: 0.39 and the lightness value of 7fc7bd is 0.64.

The process color (four color CMYK) of #7fc7bd color hex is 0.36, 0.00, 0.05, 0.22. Web safe color of #7fc7bd is #66cccc. Color #7fc7bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11000111 10111101
Octal 177 307 275
Decimal 127 199 189
Hex 7F C7 BD

RGB Percentages of Color #7fc7bd

%24.66
%38.64
%36.70

CMYK Percentages of Color #7fc7bd

%36
%0
%5
%22

Triadic Colors of #7fc7bd

#7fc7bd #bd7fc7 #c7bd7f

Analogous Colors of #7fc7bd

#7fc7bd #7fadc7 #7fc799

Monochromatic Colors of #7fc7bd

#7fc7bd

Complementary Color

#7fc7bd #c77f89

#7fc7bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fc7bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fc7bd Color CSS Codes

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

#7fc7bd Text Font Color

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

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


#7fc7bd Background Color

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

This div background color is #7fc7bd


#7fc7bd Border Color

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

This div border color is #7fc7bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fc7bd


Comments

No comments written yet.

Please login to write comment.