Color Hex Logo

#7efee8 Color Hex

#7EFEE8
(126,254,232)
0 Favorites   0 Comments

Color spaces of #7efee8

RGB 126254232
HSL0.470.980.75
HSV170°50°100°
CMYK 0.500.000.09   0.00
XYZ58.611581.145488.9174
Yxy81.14540.25630.3549
Hunter Lab90.0807-41.49944.5322
CIE-Lab92.1964-40.7801-0.3960

#7efee8 color RGB value is (126,254,232).

#7efee8 hex color red value is 126, green value is 254 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #7efee8 hue: 0.47 , saturation: 0.98 and the lightness value of 7efee8 is 0.75.

The process color (four color CMYK) of #7efee8 color hex is 0.50, 0.00, 0.09, 0.00. Web safe color of #7efee8 is #66ffff. Color #7efee8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11111110 11101000
Octal 176 376 350
Decimal 126 254 232
Hex 7E FE E8

RGB Percentages of Color #7efee8

%20.59
%41.50
%37.91

CMYK Percentages of Color #7efee8

%50
%0
%9
%0

Triadic Colors of #7efee8

#7efee8 #e87efe #fee87e

Analogous Colors of #7efee8

#7efee8 #7ed4fe #7efea8

Monochromatic Colors of #7efee8

#7efee8

Complementary Color

#7efee8 #fe7e94

#7efee8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7efee8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7efee8 Color CSS Codes

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

#7efee8 Text Font Color

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

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


#7efee8 Background Color

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

This div background color is #7efee8


#7efee8 Border Color

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

This div border color is #7efee8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7efee8


Comments

No comments written yet.

Please login to write comment.