Color Hex Logo

#7fedcf Color Hex

#7FEDCF
(127,237,207)
0 Favorites   0 Comments

Color spaces of #7fedcf

RGB 127237207
HSL0.450.750.71
HSV164°46°93°
CMYK 0.460.000.13   0.07
XYZ50.299169.585469.8118
Yxy69.58540.26520.3668
Hunter Lab83.4179-38.34988.7731
CIE-Lab86.7931-38.64324.7704

#7fedcf color RGB value is (127,237,207).

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

The process color (four color CMYK) of #7fedcf color hex is 0.46, 0.00, 0.13, 0.07. Web safe color of #7fedcf is #66ffcc. Color #7fedcf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11101101 11001111
Octal 177 355 317
Decimal 127 237 207
Hex 7F ED CF

RGB Percentages of Color #7fedcf

%22.24
%41.51
%36.25

CMYK Percentages of Color #7fedcf

%46
%0
%13
%7

Triadic Colors of #7fedcf

#7fedcf #cf7fed #edcf7f

Analogous Colors of #7fedcf

#7fedcf #7fd4ed #7fed98

Monochromatic Colors of #7fedcf

#7fedcf

Complementary Color

#7fedcf #ed7f9d

#7fedcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fedcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fedcf Color CSS Codes

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

#7fedcf Text Font Color

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

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


#7fedcf Background Color

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

This div background color is #7fedcf


#7fedcf Border Color

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

This div border color is #7fedcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fedcf


Comments

No comments written yet.

Please login to write comment.