Color Hex Logo

#7eeedf Color Hex

#7EEEDF
(126,238,223)
0 Favorites   0 Comments

Color spaces of #7eeedf

RGB 126238223
HSL0.480.770.71
HSV172°47°93°
CMYK 0.470.000.06   0.07
XYZ52.498070.912480.7326
Yxy70.91240.25720.3474
Hunter Lab84.2095-36.08592.1047
CIE-Lab87.4424-35.6324-2.6709

#7eeedf color RGB value is (126,238,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11101110 11011111
Octal 176 356 337
Decimal 126 238 223
Hex 7E EE DF

RGB Percentages of Color #7eeedf

%21.47
%40.55
%37.99

CMYK Percentages of Color #7eeedf

%47
%0
%6
%7

Triadic Colors of #7eeedf

#7eeedf #df7eee #eedf7e

Analogous Colors of #7eeedf

#7eeedf #7ec5ee #7eeea7

Monochromatic Colors of #7eeedf

#7eeedf

Complementary Color

#7eeedf #ee7e8d

#7eeedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eeedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eeedf Color CSS Codes

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

#7eeedf Text Font Color

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

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


#7eeedf Background Color

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

This div background color is #7eeedf


#7eeedf Border Color

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

This div border color is #7eeedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eeedf


Comments

No comments written yet.

Please login to write comment.