Color Hex Logo

#7fefda Color Hex

#7FEFDA
(127,239,218)
0 Favorites   0 Comments

Color spaces of #7fefda

RGB 127239218
HSL0.470.780.72
HSV169°47°94°
CMYK 0.470.000.09   0.06
XYZ52.273871.307077.3382
Yxy71.30700.26020.3549
Hunter Lab84.4435-37.27764.8092
CIE-Lab87.6339-37.04280.2327

#7fefda color RGB value is (127,239,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11101111 11011010
Octal 177 357 332
Decimal 127 239 218
Hex 7F EF DA

RGB Percentages of Color #7fefda

%21.75
%40.92
%37.33

CMYK Percentages of Color #7fefda

%47
%0
%9
%6

Triadic Colors of #7fefda

#7fefda #da7fef #efda7f

Analogous Colors of #7fefda

#7fefda #7fccef #7fefa2

Monochromatic Colors of #7fefda

#7fefda

Complementary Color

#7fefda #ef7f94

#7fefda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fefda Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fefda Color CSS Codes

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

#7fefda Text Font Color

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

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


#7fefda Background Color

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

This div background color is #7fefda


#7fefda Border Color

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

This div border color is #7fefda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fefda


Comments

No comments written yet.

Please login to write comment.