Color Hex Logo

#7fefdf Color Hex

#7FEFDF
(127,239,223)
0 Favorites   0 Comments

Color spaces of #7fefdf

RGB 127239223
HSL0.480.780.72
HSV171°47°94°
CMYK 0.470.000.07   0.06
XYZ52.938271.572780.8368
Yxy71.57270.25780.3485
Hunter Lab84.6007-36.35612.5682
CIE-Lab87.7625-35.8686-2.1969

#7fefdf color RGB value is (127,239,223).

#7fefdf hex color red value is 127, green value is 239 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #7fefdf hue: 0.48 , saturation: 0.78 and the lightness value of 7fefdf is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11101111 11011111
Octal 177 357 337
Decimal 127 239 223
Hex 7F EF DF

RGB Percentages of Color #7fefdf

%21.56
%40.58
%37.86

CMYK Percentages of Color #7fefdf

%47
%0
%7
%6

Triadic Colors of #7fefdf

#7fefdf #df7fef #efdf7f

Analogous Colors of #7fefdf

#7fefdf #7fc7ef #7fefa7

Monochromatic Colors of #7fefdf

#7fefdf

Complementary Color

#7fefdf #ef7f8f

#7fefdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fefdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fefdf Color CSS Codes

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

#7fefdf Text Font Color

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

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


#7fefdf Background Color

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

This div background color is #7fefdf


#7fefdf Border Color

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

This div border color is #7fefdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fefdf


Comments

No comments written yet.

Please login to write comment.