Color Hex Logo

#7fefcc Color Hex

#7FEFCC
(127,239,204)
0 Favorites   0 Comments

Color spaces of #7fefcc

RGB 127239204
HSL0.450.780.72
HSV161°47°94°
CMYK 0.470.000.15   0.06
XYZ50.518070.604768.0922
Yxy70.60470.26700.3731
Hunter Lab84.0266-39.729810.7721
CIE-Lab87.2926-40.21037.0593

#7fefcc color RGB value is (127,239,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11101111 11001100
Octal 177 357 314
Decimal 127 239 204
Hex 7F EF CC

RGB Percentages of Color #7fefcc

%22.28
%41.93
%35.79

CMYK Percentages of Color #7fefcc

%47
%0
%15
%6

Triadic Colors of #7fefcc

#7fefcc #cc7fef #efcc7f

Analogous Colors of #7fefcc

#7fefcc #7fdaef #7fef94

Monochromatic Colors of #7fefcc

#7fefcc

Complementary Color

#7fefcc #ef7fa2

#7fefcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fefcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fefcc Color CSS Codes

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

#7fefcc Text Font Color

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

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


#7fefcc Background Color

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

This div background color is #7fefcc


#7fefcc Border Color

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

This div border color is #7fefcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fefcc


Comments

No comments written yet.

Please login to write comment.