Color Hex Logo

#7eebcb Color Hex

#7EEBCB
(126,235,203)
0 Favorites   0 Comments

Color spaces of #7eebcb

RGB 126235203
HSL0.450.730.71
HSV162°46°92°
CMYK 0.460.000.14   0.08
XYZ49.092068.164167.0695
Yxy68.16410.26630.3698
Hunter Lab82.5616-38.34479.6284
CIE-Lab86.0884-38.86735.8438

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11101011 11001011
Octal 176 353 313
Decimal 126 235 203
Hex 7E EB CB

RGB Percentages of Color #7eebcb

%22.34
%41.67
%35.99

CMYK Percentages of Color #7eebcb

%46
%0
%14
%8

Triadic Colors of #7eebcb

#7eebcb #cb7eeb #ebcb7e

Analogous Colors of #7eebcb

#7eebcb #7ed5eb #7eeb95

Monochromatic Colors of #7eebcb

#7eebcb

Complementary Color

#7eebcb #eb7e9e

#7eebcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eebcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eebcb Color CSS Codes

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

#7eebcb Text Font Color

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

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


#7eebcb Background Color

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

This div background color is #7eebcb


#7eebcb Border Color

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

This div border color is #7eebcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eebcb


Comments

No comments written yet.

Please login to write comment.