Color Hex Logo

#7fefe0 Color Hex

#7FEFE0
(127,239,224)
0 Favorites   0 Comments

Color spaces of #7fefe0

RGB 127239224
HSL0.480.780.72
HSV172°47°94°
CMYK 0.470.000.06   0.06
XYZ53.073471.626881.5491
Yxy71.62680.25730.3473
Hunter Lab84.6326-36.16912.1130
CIE-Lab87.7886-35.6314-2.6822

#7fefe0 color RGB value is (127,239,224).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11101111 11100000
Octal 177 357 340
Decimal 127 239 224
Hex 7F EF E0

RGB Percentages of Color #7fefe0

%21.53
%40.51
%37.97

CMYK Percentages of Color #7fefe0

%47
%0
%6
%6

Triadic Colors of #7fefe0

#7fefe0 #e07fef #efe07f

Analogous Colors of #7fefe0

#7fefe0 #7fc6ef #7fefa8

Monochromatic Colors of #7fefe0

#7fefe0

Complementary Color

#7fefe0 #ef7f8e

#7fefe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fefe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fefe0 Color CSS Codes

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

#7fefe0 Text Font Color

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

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


#7fefe0 Background Color

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

This div background color is #7fefe0


#7fefe0 Border Color

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

This div border color is #7fefe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fefe0


Comments

No comments written yet.

Please login to write comment.