Color Hex Logo

#7eefdf Color Hex

#7EEFDF
(126,239,223)
0 Favorites   0 Comments

Color spaces of #7eefdf

RGB 126239223
HSL0.480.780.72
HSV172°47°94°
CMYK 0.470.000.07   0.06
XYZ52.790071.496380.8299
Yxy71.49630.25740.3486
Hunter Lab84.5555-36.53032.5112
CIE-Lab87.7256-36.0937-2.2554

#7eefdf color RGB value is (126,239,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11101111 11011111
Octal 176 357 337
Decimal 126 239 223
Hex 7E EF DF

RGB Percentages of Color #7eefdf

%21.43
%40.65
%37.93

CMYK Percentages of Color #7eefdf

%47
%0
%7
%6

Triadic Colors of #7eefdf

#7eefdf #df7eef #efdf7e

Analogous Colors of #7eefdf

#7eefdf #7ec7ef #7eefa7

Monochromatic Colors of #7eefdf

#7eefdf

Complementary Color

#7eefdf #ef7e8e

#7eefdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eefdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eefdf Color CSS Codes

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

#7eefdf Text Font Color

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

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


#7eefdf Background Color

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

This div background color is #7eefdf


#7eefdf Border Color

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

This div border color is #7eefdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eefdf


Comments

No comments written yet.

Please login to write comment.