Color Hex Logo

#7eccbd Color Hex

#7ECCBD
(126,204,189)
0 Favorites   0 Comments

Color spaces of #7eccbd

RGB 126204189
HSL0.470.430.65
HSV168°38°80°
CMYK 0.380.000.07   0.20
XYZ39.382451.295555.9695
Yxy51.29550.26860.3498
Hunter Lab71.6209-27.18423.8013
CIE-Lab76.8577-27.4926-0.1121

#7eccbd color RGB value is (126,204,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11001100 10111101
Octal 176 314 275
Decimal 126 204 189
Hex 7E CC BD

RGB Percentages of Color #7eccbd

%24.28
%39.31
%36.42

CMYK Percentages of Color #7eccbd

%38
%0
%7
%20

Triadic Colors of #7eccbd

#7eccbd #bd7ecc #ccbd7e

Analogous Colors of #7eccbd

#7eccbd #7eb4cc #7ecc96

Monochromatic Colors of #7eccbd

#7eccbd

Complementary Color

#7eccbd #cc7e8d

#7eccbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eccbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eccbd Color CSS Codes

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

#7eccbd Text Font Color

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

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


#7eccbd Background Color

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

This div background color is #7eccbd


#7eccbd Border Color

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

This div border color is #7eccbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eccbd


Comments

No comments written yet.

Please login to write comment.