Color Hex Logo

#7ecaec Color Hex

#7ECAEC
(126,202,236)
0 Favorites   0 Comments

Color spaces of #7ecaec

RGB 126202236
HSL0.550.740.71
HSV199°47°93°
CMYK 0.470.140.00   0.07
XYZ44.865052.732887.1707
Yxy52.73280.24280.2854
Hunter Lab72.6174-16.7982-20.3402
CIE-Lab77.7170-14.6447-24.1282

#7ecaec color RGB value is (126,202,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11001010 11101100
Octal 176 312 354
Decimal 126 202 236
Hex 7E CA EC

RGB Percentages of Color #7ecaec

%22.34
%35.82
%41.84

CMYK Percentages of Color #7ecaec

%47
%14
%0
%7

Triadic Colors of #7ecaec

#7ecaec #ec7eca #caec7e

Analogous Colors of #7ecaec

#7ecaec #7e93ec #7eecd7

Monochromatic Colors of #7ecaec

#7ecaec

Complementary Color

#7ecaec #eca07e

#7ecaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ecaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ecaec Color CSS Codes

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

#7ecaec Text Font Color

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

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


#7ecaec Background Color

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

This div background color is #7ecaec


#7ecaec Border Color

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

This div border color is #7ecaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ecaec


Comments

No comments written yet.

Please login to write comment.