Color Hex Logo

#7feacf Color Hex

#7FEACF
(127,234,207)
0 Favorites   0 Comments

Color spaces of #7feacf

RGB 127234207
HSL0.460.720.71
HSV165°46°92°
CMYK 0.460.000.12   0.08
XYZ49.437767.862769.5246
Yxy67.86270.26460.3632
Hunter Lab82.3788-37.04047.6267
CIE-Lab85.9377-37.27833.5324

#7feacf color RGB value is (127,234,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11101010 11001111
Octal 177 352 317
Decimal 127 234 207
Hex 7F EA CF

RGB Percentages of Color #7feacf

%22.36
%41.20
%36.44

CMYK Percentages of Color #7feacf

%46
%0
%12
%8

Triadic Colors of #7feacf

#7feacf #cf7fea #eacf7f

Analogous Colors of #7feacf

#7feacf #7fd0ea #7fea9a

Monochromatic Colors of #7feacf

#7feacf

Complementary Color

#7feacf #ea7f9a

#7feacf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7feacf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7feacf Color CSS Codes

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

#7feacf Text Font Color

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

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


#7feacf Background Color

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

This div background color is #7feacf


#7feacf Border Color

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

This div border color is #7feacf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7feacf


Comments

No comments written yet.

Please login to write comment.