Color Hex Logo

#7eefed Color Hex

#7EEFED
(126,239,237)
0 Favorites   0 Comments

Color spaces of #7eefed

RGB 126239237
HSL0.500.780.72
HSV179°47°94°
CMYK 0.470.000.01   0.06
XYZ54.756772.283091.1868
Yxy72.28300.25090.3312
Hunter Lab85.0194-33.8211-4.0774
CIE-Lab88.1046-32.6857-9.0278

#7eefed color RGB value is (126,239,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11101111 11101101
Octal 176 357 355
Decimal 126 239 237
Hex 7E EF ED

RGB Percentages of Color #7eefed

%20.93
%39.70
%39.37

CMYK Percentages of Color #7eefed

%47
%0
%1
%6

Triadic Colors of #7eefed

#7eefed #ed7eef #efed7e

Analogous Colors of #7eefed

#7eefed #7eb9ef #7eefb5

Monochromatic Colors of #7eefed

#7eefed

Complementary Color

#7eefed #ef7e80

#7eefed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eefed Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eefed Color CSS Codes

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

#7eefed Text Font Color

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

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


#7eefed Background Color

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

This div background color is #7eefed


#7eefed Border Color

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

This div border color is #7eefed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eefed


Comments

No comments written yet.

Please login to write comment.