Color Hex Logo

#7eeccc Color Hex

#7EECCC
(126,236,204)
0 Favorites   0 Comments

Color spaces of #7eeccc

RGB 126236204
HSL0.450.740.71
HSV163°47°93°
CMYK 0.470.000.14   0.07
XYZ49.498768.786267.7949
Yxy68.78620.26600.3697
Hunter Lab82.9374-38.60829.5913
CIE-Lab86.3981-39.09715.7663

#7eeccc color RGB value is (126,236,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11101100 11001100
Octal 176 354 314
Decimal 126 236 204
Hex 7E EC CC

RGB Percentages of Color #7eeccc

%22.26
%41.70
%36.04

CMYK Percentages of Color #7eeccc

%47
%0
%14
%7

Triadic Colors of #7eeccc

#7eeccc #cc7eec #eccc7e

Analogous Colors of #7eeccc

#7eeccc #7ed5ec #7eec95

Monochromatic Colors of #7eeccc

#7eeccc

Complementary Color

#7eeccc #ec7e9e

#7eeccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eeccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eeccc Color CSS Codes

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

#7eeccc Text Font Color

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

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


#7eeccc Background Color

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

This div background color is #7eeccc


#7eeccc Border Color

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

This div border color is #7eeccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eeccc


Comments

No comments written yet.

Please login to write comment.