Color Hex Logo

#7ecfc4 Color Hex

#7ECFC4
(126,207,196)
0 Favorites   0 Comments

Color spaces of #7ecfc4

RGB 126207196
HSL0.480.460.65
HSV172°39°81°
CMYK 0.390.000.05   0.19
XYZ40.880853.046860.3090
Yxy53.04680.26510.3439
Hunter Lab72.8332-27.26731.8886
CIE-Lab77.9026-27.3280-2.3484

#7ecfc4 color RGB value is (126,207,196).

#7ecfc4 hex color red value is 126, green value is 207 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #7ecfc4 hue: 0.48 , saturation: 0.46 and the lightness value of 7ecfc4 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11001111 11000100
Octal 176 317 304
Decimal 126 207 196
Hex 7E CF C4

RGB Percentages of Color #7ecfc4

%23.82
%39.13
%37.05

CMYK Percentages of Color #7ecfc4

%39
%0
%5
%19

Triadic Colors of #7ecfc4

#7ecfc4 #c47ecf #cfc47e

Analogous Colors of #7ecfc4

#7ecfc4 #7eb2cf #7ecf9c

Monochromatic Colors of #7ecfc4

#7ecfc4

Complementary Color

#7ecfc4 #cf7e89

#7ecfc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ecfc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ecfc4 Color CSS Codes

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

#7ecfc4 Text Font Color

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

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


#7ecfc4 Background Color

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

This div background color is #7ecfc4


#7ecfc4 Border Color

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

This div border color is #7ecfc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ecfc4


Comments

No comments written yet.

Please login to write comment.