Color Hex Logo

#7ecaad Color Hex

#7ECAAD
(126,202,173)
0 Favorites   0 Comments

Color spaces of #7ecaad

RGB 126202173
HSL0.440.420.64
HSV157°38°79°
CMYK 0.380.000.14   0.21
XYZ37.267549.693847.1628
Yxy49.69380.27790.3705
Hunter Lab70.4938-28.99789.6786
CIE-Lab75.8809-30.07827.0907

#7ecaad color RGB value is (126,202,173).

#7ecaad hex color red value is 126, green value is 202 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #7ecaad hue: 0.44 , saturation: 0.42 and the lightness value of 7ecaad is 0.64.

The process color (four color CMYK) of #7ecaad color hex is 0.38, 0.00, 0.14, 0.21. Web safe color of #7ecaad is #66cc99. Color #7ecaad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11001010 10101101
Octal 176 312 255
Decimal 126 202 173
Hex 7E CA AD

RGB Percentages of Color #7ecaad

%25.15
%40.32
%34.53

CMYK Percentages of Color #7ecaad

%38
%0
%14
%21

Triadic Colors of #7ecaad

#7ecaad #ad7eca #caad7e

Analogous Colors of #7ecaad

#7ecaad #7ec1ca #7eca87

Monochromatic Colors of #7ecaad

#7ecaad

Complementary Color

#7ecaad #ca7e9b

#7ecaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ecaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ecaad Color CSS Codes

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

#7ecaad Text Font Color

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

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


#7ecaad Background Color

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

This div background color is #7ecaad


#7ecaad Border Color

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

This div border color is #7ecaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ecaad


Comments

No comments written yet.

Please login to write comment.