Color Hex Logo

#7eeace Color Hex

#7EEACE
(126,234,206)
0 Favorites   0 Comments

Color spaces of #7eeace

RGB 126234206
HSL0.460.720.71
HSV164°46°92°
CMYK 0.460.000.12   0.08
XYZ49.167667.737568.8758
Yxy67.73750.26470.3646
Hunter Lab82.3028-37.39427.9946
CIE-Lab85.8750-37.74163.9617

#7eeace color RGB value is (126,234,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11101010 11001110
Octal 176 352 316
Decimal 126 234 206
Hex 7E EA CE

RGB Percentages of Color #7eeace

%22.26
%41.34
%36.40

CMYK Percentages of Color #7eeace

%46
%0
%12
%8

Triadic Colors of #7eeace

#7eeace #ce7eea #eace7e

Analogous Colors of #7eeace

#7eeace #7ed0ea #7eea98

Monochromatic Colors of #7eeace

#7eeace

Complementary Color

#7eeace #ea7e9a

#7eeace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eeace Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eeace Color CSS Codes

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

#7eeace Text Font Color

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

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


#7eeace Background Color

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

This div background color is #7eeace


#7eeace Border Color

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

This div border color is #7eeace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eeace


Comments

No comments written yet.

Please login to write comment.