Color Hex Logo

#7eeaca Color Hex

#7EEACA
(126,234,202)
0 Favorites   0 Comments

Color spaces of #7eeaca

RGB 126234202
HSL0.450.720.71
HSV162°46°92°
CMYK 0.460.000.14   0.08
XYZ48.687767.545566.3486
Yxy67.54550.26670.3699
Hunter Lab82.1861-38.08089.6656
CIE-Lab85.7787-38.63645.9216

#7eeaca color RGB value is (126,234,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11101010 11001010
Octal 176 352 312
Decimal 126 234 202
Hex 7E EA CA

RGB Percentages of Color #7eeaca

%22.42
%41.64
%35.94

CMYK Percentages of Color #7eeaca

%46
%0
%14
%8

Triadic Colors of #7eeaca

#7eeaca #ca7eea #eaca7e

Analogous Colors of #7eeaca

#7eeaca #7ed4ea #7eea94

Monochromatic Colors of #7eeaca

#7eeaca

Complementary Color

#7eeaca #ea7e9e

#7eeaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eeaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eeaca Color CSS Codes

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

#7eeaca Text Font Color

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

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


#7eeaca Background Color

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

This div background color is #7eeaca


#7eeaca Border Color

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

This div border color is #7eeaca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eeaca


Comments

No comments written yet.

Please login to write comment.