Color Hex Logo

#7effde Color Hex

#7EFFDE
(126,255,222)
0 Favorites   0 Comments

Color spaces of #7effde

RGB 126255222
HSL0.461.000.75
HSV165°51°100°
CMYK 0.510.000.13   0.00
XYZ57.549081.229581.7530
Yxy81.22950.26100.3683
Hunter Lab90.1274-43.74559.3083
CIE-Lab92.2337-43.52854.8305

#7effde color RGB value is (126,255,222).

#7effde hex color red value is 126, green value is 255 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #7effde hue: 0.46 , saturation: 1.00 and the lightness value of 7effde is 0.75.

The process color (four color CMYK) of #7effde color hex is 0.51, 0.00, 0.13, 0.00. Web safe color of #7effde is #66ffcc. Color #7effde contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11111111 11011110
Octal 176 377 336
Decimal 126 255 222
Hex 7E FF DE

RGB Percentages of Color #7effde

%20.90
%42.29
%36.82

CMYK Percentages of Color #7effde

%51
%0
%13
%0

Triadic Colors of #7effde

#7effde #de7eff #ffde7e

Analogous Colors of #7effde

#7effde #7ee0ff #7eff9e

Monochromatic Colors of #7effde

#7effde

Complementary Color

#7effde #ff7e9f

#7effde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7effde Color Preview on White Background

Lorem ipsum dolor sit amet.

#7effde Color CSS Codes

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

#7effde Text Font Color

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

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


#7effde Background Color

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

This div background color is #7effde


#7effde Border Color

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

This div border color is #7effde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7effde

Related Colors


Comments

No comments written yet.

Please login to write comment.