Color Hex Logo

#7feccc Color Hex

#7FECCC
(127,236,204)
0 Favorites   0 Comments

Color spaces of #7feccc

RGB 127236204
HSL0.450.740.71
HSV162°46°93°
CMYK 0.460.000.14   0.07
XYZ49.646968.862667.8019
Yxy68.86260.26650.3696
Hunter Lab82.9835-38.42919.6454
CIE-Lab86.4360-38.85945.8258

#7feccc color RGB value is (127,236,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11101100 11001100
Octal 177 354 314
Decimal 127 236 204
Hex 7F EC CC

RGB Percentages of Color #7feccc

%22.40
%41.62
%35.98

CMYK Percentages of Color #7feccc

%46
%0
%14
%7

Triadic Colors of #7feccc

#7feccc #cc7fec #eccc7f

Analogous Colors of #7feccc

#7feccc #7fd6ec #7fec96

Monochromatic Colors of #7feccc

#7feccc

Complementary Color

#7feccc #ec7f9f

#7feccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7feccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7feccc Color CSS Codes

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

#7feccc Text Font Color

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

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


#7feccc Background Color

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

This div background color is #7feccc


#7feccc Border Color

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

This div border color is #7feccc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,236,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 #7feccc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7feccc


Comments

No comments written yet.

Please login to write comment.