Color Hex Logo

#7ef7dc Color Hex

#7EF7DC
(126,247,220)
0 Favorites   0 Comments

Color spaces of #7ef7dc

RGB 126247220
HSL0.460.880.73
HSV167°49°97°
CMYK 0.490.000.11   0.03
XYZ54.783276.124579.5163
Yxy76.12450.26030.3618
Hunter Lab87.2494-40.60767.0395
CIE-Lab89.9171-40.43102.5095

#7ef7dc color RGB value is (126,247,220).

#7ef7dc hex color red value is 126, green value is 247 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #7ef7dc hue: 0.46 , saturation: 0.88 and the lightness value of 7ef7dc is 0.73.

The process color (four color CMYK) of #7ef7dc color hex is 0.49, 0.00, 0.11, 0.03. Web safe color of #7ef7dc is #66ffcc. Color #7ef7dc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11110111 11011100
Octal 176 367 334
Decimal 126 247 220
Hex 7E F7 DC

RGB Percentages of Color #7ef7dc

%21.25
%41.65
%37.10

CMYK Percentages of Color #7ef7dc

%49
%0
%11
%3

Triadic Colors of #7ef7dc

#7ef7dc #dc7ef7 #f7dc7e

Analogous Colors of #7ef7dc

#7ef7dc #7ed6f7 #7ef7a0

Monochromatic Colors of #7ef7dc

#7ef7dc

Complementary Color

#7ef7dc #f77e99

#7ef7dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ef7dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ef7dc Color CSS Codes

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

#7ef7dc Text Font Color

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

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


#7ef7dc Background Color

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

This div background color is #7ef7dc


#7ef7dc Border Color

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

This div border color is #7ef7dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ef7dc


Comments

No comments written yet.

Please login to write comment.