Color Hex Logo

#7ecbec Color Hex

#7ECBEC
(126,203,236)
0 Favorites   0 Comments

Color spaces of #7ecbec

RGB 126203236
HSL0.550.740.71
HSV198°47°93°
CMYK 0.470.140.00   0.07
XYZ45.100453.203687.2492
Yxy53.20360.24310.2867
Hunter Lab72.9408-17.2771-19.8620
CIE-Lab77.9951-15.1636-23.7045

#7ecbec color RGB value is (126,203,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11001011 11101100
Octal 176 313 354
Decimal 126 203 236
Hex 7E CB EC

RGB Percentages of Color #7ecbec

%22.30
%35.93
%41.77

CMYK Percentages of Color #7ecbec

%47
%14
%0
%7

Triadic Colors of #7ecbec

#7ecbec #ec7ecb #cbec7e

Analogous Colors of #7ecbec

#7ecbec #7e94ec #7eecd6

Monochromatic Colors of #7ecbec

#7ecbec

Complementary Color

#7ecbec #ec9f7e

#7ecbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ecbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ecbec Color CSS Codes

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

#7ecbec Text Font Color

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

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


#7ecbec Background Color

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

This div background color is #7ecbec


#7ecbec Border Color

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

This div border color is #7ecbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ecbec


Comments

No comments written yet.

Please login to write comment.