Color Hex Logo

#7eecda Color Hex

#7EECDA
(126,236,218)
0 Favorites   0 Comments

Color spaces of #7eecda

RGB 126236218
HSL0.470.740.71
HSV170°47°93°
CMYK 0.470.000.08   0.07
XYZ51.254569.488577.0409
Yxy69.48850.25910.3513
Hunter Lab83.3598-36.12733.5562
CIE-Lab86.7454-35.8929-1.0703

#7eecda color RGB value is (126,236,218).

#7eecda hex color red value is 126, green value is 236 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #7eecda hue: 0.47 , saturation: 0.74 and the lightness value of 7eecda is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11101100 11011010
Octal 176 354 332
Decimal 126 236 218
Hex 7E EC DA

RGB Percentages of Color #7eecda

%21.72
%40.69
%37.59

CMYK Percentages of Color #7eecda

%47
%0
%8
%7

Triadic Colors of #7eecda

#7eecda #da7eec #ecda7e

Analogous Colors of #7eecda

#7eecda #7ec7ec #7eeca3

Monochromatic Colors of #7eecda

#7eecda

Complementary Color

#7eecda #ec7e90

#7eecda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eecda Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eecda Color CSS Codes

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

#7eecda Text Font Color

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

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


#7eecda Background Color

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

This div background color is #7eecda


#7eecda Border Color

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

This div border color is #7eecda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eecda


Comments

No comments written yet.

Please login to write comment.