Color Hex Logo

#7ecbcb Color Hex

#7ECBCB
(126,203,203)
0 Favorites   0 Comments

Color spaces of #7ecbcb

RGB 126203203
HSL0.500.430.65
HSV180°38°80°
CMYK 0.380.000.00   0.20
XYZ40.739651.459364.2853
Yxy51.45930.26030.3288
Hunter Lab71.7351-24.1633-2.9180
CIE-Lab76.9564-23.6845-7.5131

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

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

The process color (four color CMYK) of #7ecbcb color hex is 0.38, 0.00, 0.00, 0.20. Web safe color of #7ecbcb is #66cccc. Color #7ecbcb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11001011 11001011
Octal 176 313 313
Decimal 126 203 203
Hex 7E CB CB

RGB Percentages of Color #7ecbcb

%23.68
%38.16
%38.16

CMYK Percentages of Color #7ecbcb

%38
%0
%0
%20

Triadic Colors of #7ecbcb

#7ecbcb #cb7ecb #cbcb7e

Analogous Colors of #7ecbcb

#7ecbcb #7ea5cb #7ecba5

Monochromatic Colors of #7ecbcb

#7ecbcb

Complementary Color

#7ecbcb #cb7e7e

#7ecbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ecbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ecbcb Color CSS Codes

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

#7ecbcb Text Font Color

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

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


#7ecbcb Background Color

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

This div background color is #7ecbcb


#7ecbcb Border Color

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

This div border color is #7ecbcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ecbcb


Comments

No comments written yet.

Please login to write comment.