Color Hex Logo

#7eefe0 Color Hex

#7EEFE0
(126,239,224)
0 Favorites   0 Comments

Color spaces of #7eefe0

RGB 126239224
HSL0.480.780.72
HSV172°47°94°
CMYK 0.470.000.06   0.06
XYZ52.925271.550481.5422
Yxy71.55040.25690.3473
Hunter Lab84.5875-36.34312.0558
CIE-Lab87.7517-35.8559-2.7407

#7eefe0 color RGB value is (126,239,224).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11101111 11100000
Octal 176 357 340
Decimal 126 239 224
Hex 7E EF E0

RGB Percentages of Color #7eefe0

%21.39
%40.58
%38.03

CMYK Percentages of Color #7eefe0

%47
%0
%6
%6

Triadic Colors of #7eefe0

#7eefe0 #e07eef #efe07e

Analogous Colors of #7eefe0

#7eefe0 #7ec6ef #7eefa8

Monochromatic Colors of #7eefe0

#7eefe0

Complementary Color

#7eefe0 #ef7e8d

#7eefe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eefe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eefe0 Color CSS Codes

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

#7eefe0 Text Font Color

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

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


#7eefe0 Background Color

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

This div background color is #7eefe0


#7eefe0 Border Color

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

This div border color is #7eefe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eefe0


Comments

No comments written yet.

Please login to write comment.