Color Hex Logo

#7ee8df Color Hex

#7EE8DF
(126,232,223)
0 Favorites   0 Comments

Color spaces of #7ee8df

RGB 126232223
HSL0.490.700.70
HSV175°46°91°
CMYK 0.460.000.04   0.09
XYZ50.780167.476680.1599
Yxy67.47660.25590.3401
Hunter Lab82.1441-33.4066-0.3569
CIE-Lab85.7441-32.8364-5.1700

#7ee8df color RGB value is (126,232,223).

#7ee8df hex color red value is 126, green value is 232 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #7ee8df hue: 0.49 , saturation: 0.70 and the lightness value of 7ee8df is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11101000 11011111
Octal 176 350 337
Decimal 126 232 223
Hex 7E E8 DF

RGB Percentages of Color #7ee8df

%21.69
%39.93
%38.38

CMYK Percentages of Color #7ee8df

%46
%0
%4
%9

Triadic Colors of #7ee8df

#7ee8df #df7ee8 #e8df7e

Analogous Colors of #7ee8df

#7ee8df #7ebce8 #7ee8aa

Monochromatic Colors of #7ee8df

#7ee8df

Complementary Color

#7ee8df #e87e87

#7ee8df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ee8df Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ee8df Color CSS Codes

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

#7ee8df Text Font Color

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

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


#7ee8df Background Color

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

This div background color is #7ee8df


#7ee8df Border Color

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

This div border color is #7ee8df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ee8df


Comments

No comments written yet.

Please login to write comment.