Color Hex Logo

#7ecfcf Color Hex

#7ECFCF
(126,207,207)
0 Favorites   0 Comments

Color spaces of #7ecfcf

RGB 126207207
HSL0.500.460.65
HSV180°39°81°
CMYK 0.390.000.00   0.19
XYZ42.179553.566367.1477
Yxy53.56630.25890.3288
Hunter Lab73.1890-25.2095-3.1637
CIE-Lab78.2082-24.6899-7.8090

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11001111 11001111
Octal 176 317 317
Decimal 126 207 207
Hex 7E CF CF

RGB Percentages of Color #7ecfcf

%23.33
%38.33
%38.33

CMYK Percentages of Color #7ecfcf

%39
%0
%0
%19

Triadic Colors of #7ecfcf

#7ecfcf #cf7ecf #cfcf7e

Analogous Colors of #7ecfcf

#7ecfcf #7ea7cf #7ecfa7

Monochromatic Colors of #7ecfcf

#7ecfcf

Complementary Color

#7ecfcf #cf7e7e

#7ecfcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ecfcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ecfcf Color CSS Codes

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

#7ecfcf Text Font Color

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

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


#7ecfcf Background Color

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

This div background color is #7ecfcf


#7ecfcf Border Color

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

This div border color is #7ecfcf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(126,207,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 #7ecfcf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ecfcf


Comments

No comments written yet.

Please login to write comment.