Color Hex Logo

#7eedcf Color Hex

#7EEDCF
(126,237,207)
0 Favorites   0 Comments

Color spaces of #7eedcf

RGB 126237207
HSL0.450.760.71
HSV164°47°93°
CMYK 0.470.000.13   0.07
XYZ50.150969.509069.8048
Yxy69.50900.26470.3669
Hunter Lab83.3721-38.52788.7188
CIE-Lab86.7555-38.87864.7112

#7eedcf color RGB value is (126,237,207).

#7eedcf hex color red value is 126, green value is 237 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #7eedcf hue: 0.45 , saturation: 0.76 and the lightness value of 7eedcf is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11101101 11001111
Octal 176 355 317
Decimal 126 237 207
Hex 7E ED CF

RGB Percentages of Color #7eedcf

%22.11
%41.58
%36.32

CMYK Percentages of Color #7eedcf

%47
%0
%13
%7

Triadic Colors of #7eedcf

#7eedcf #cf7eed #edcf7e

Analogous Colors of #7eedcf

#7eedcf #7ed4ed #7eed98

Monochromatic Colors of #7eedcf

#7eedcf

Complementary Color

#7eedcf #ed7e9c

#7eedcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eedcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eedcf Color CSS Codes

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

#7eedcf Text Font Color

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

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


#7eedcf Background Color

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

This div background color is #7eedcf


#7eedcf Border Color

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

This div border color is #7eedcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eedcf


Comments

No comments written yet.

Please login to write comment.