Color Hex Logo

#7ecace Color Hex

#7ECACE
(126,202,206)
0 Favorites   0 Comments

Color spaces of #7ecace

RGB 126202206
HSL0.510.450.65
HSV183°39°81°
CMYK 0.390.020.00   0.19
XYZ40.865351.132966.1083
Yxy51.13290.25850.3234
Hunter Lab71.5073-23.1277-4.7584
CIE-Lab76.7594-22.4482-9.4239

#7ecace color RGB value is (126,202,206).

#7ecace hex color red value is 126, green value is 202 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #7ecace hue: 0.51 , saturation: 0.45 and the lightness value of 7ecace is 0.65.

The process color (four color CMYK) of #7ecace color hex is 0.39, 0.02, 0.00, 0.19. Web safe color of #7ecace is #66cccc. Color #7ecace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11001010 11001110
Octal 176 312 316
Decimal 126 202 206
Hex 7E CA CE

RGB Percentages of Color #7ecace

%23.60
%37.83
%38.58

CMYK Percentages of Color #7ecace

%39
%2
%0
%19

Triadic Colors of #7ecace

#7ecace #ce7eca #cace7e

Analogous Colors of #7ecace

#7ecace #7ea2ce #7eceaa

Monochromatic Colors of #7ecace

#7ecace

Complementary Color

#7ecace #ce827e

#7ecace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ecace Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ecace Color CSS Codes

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

#7ecace Text Font Color

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

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


#7ecace Background Color

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

This div background color is #7ecace


#7ecace Border Color

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

This div border color is #7ecace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ecace


Comments

No comments written yet.

Please login to write comment.