Color Hex Logo

#7eeebf Color Hex

#7EEEBF
(126,238,191)
0 Favorites   0 Comments

Color spaces of #7eeebf

RGB 126238191
HSL0.430.770.71
HSV155°47°93°
CMYK 0.470.000.20   0.07
XYZ48.582769.346360.1148
Yxy69.34630.27290.3895
Hunter Lab83.2744-41.592515.4914
CIE-Lab86.6752-42.788812.9533

#7eeebf color RGB value is (126,238,191).

#7eeebf hex color red value is 126, green value is 238 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #7eeebf hue: 0.43 , saturation: 0.77 and the lightness value of 7eeebf is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11101110 10111111
Octal 176 356 277
Decimal 126 238 191
Hex 7E EE BF

RGB Percentages of Color #7eeebf

%22.70
%42.88
%34.41

CMYK Percentages of Color #7eeebf

%47
%0
%20
%7

Triadic Colors of #7eeebf

#7eeebf #bf7eee #eebf7e

Analogous Colors of #7eeebf

#7eeebf #7ee5ee #7eee87

Monochromatic Colors of #7eeebf

#7eeebf

Complementary Color

#7eeebf #ee7ead

#7eeebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eeebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eeebf Color CSS Codes

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

#7eeebf Text Font Color

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

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


#7eeebf Background Color

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

This div background color is #7eeebf


#7eeebf Border Color

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

This div border color is #7eeebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eeebf


Comments

No comments written yet.

Please login to write comment.