Color Hex Logo

#7feace Color Hex

#7FEACE
(127,234,206)
0 Favorites   0 Comments

Color spaces of #7feace

RGB 127234206
HSL0.460.720.71
HSV164°46°92°
CMYK 0.460.000.12   0.08
XYZ49.315867.813968.8827
Yxy67.81390.26510.3646
Hunter Lab82.3492-37.21428.0501
CIE-Lab85.9133-37.50374.0219

#7feace color RGB value is (127,234,206).

#7feace hex color red value is 127, green value is 234 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #7feace hue: 0.46 , saturation: 0.72 and the lightness value of 7feace is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11101010 11001110
Octal 177 352 316
Decimal 127 234 206
Hex 7F EA CE

RGB Percentages of Color #7feace

%22.40
%41.27
%36.33

CMYK Percentages of Color #7feace

%46
%0
%12
%8

Triadic Colors of #7feace

#7feace #ce7fea #eace7f

Analogous Colors of #7feace

#7feace #7fd1ea #7fea99

Monochromatic Colors of #7feace

#7feace

Complementary Color

#7feace #ea7f9b

#7feace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7feace Color Preview on White Background

Lorem ipsum dolor sit amet.

#7feace Color CSS Codes

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

#7feace Text Font Color

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

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


#7feace Background Color

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

This div background color is #7feace


#7feace Border Color

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

This div border color is #7feace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7feace


Comments

No comments written yet.

Please login to write comment.