Color Hex Logo

#7edbc4 Color Hex

#7EDBC4
(126,219,196)
0 Favorites   0 Comments

Color spaces of #7edbc4

RGB 126219196
HSL0.460.560.68
HSV165°42°86°
CMYK 0.420.000.11   0.14
XYZ43.899559.084261.3152
Yxy59.08420.26720.3596
Hunter Lab76.8662-32.57186.5115
CIE-Lab81.3379-33.06492.6660

#7edbc4 color RGB value is (126,219,196).

#7edbc4 hex color red value is 126, green value is 219 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #7edbc4 hue: 0.46 , saturation: 0.56 and the lightness value of 7edbc4 is 0.68.

The process color (four color CMYK) of #7edbc4 color hex is 0.42, 0.00, 0.11, 0.14. Web safe color of #7edbc4 is #66cccc. Color #7edbc4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11011011 11000100
Octal 176 333 304
Decimal 126 219 196
Hex 7E DB C4

RGB Percentages of Color #7edbc4

%23.29
%40.48
%36.23

CMYK Percentages of Color #7edbc4

%42
%0
%11
%14

Triadic Colors of #7edbc4

#7edbc4 #c47edb #dbc47e

Analogous Colors of #7edbc4

#7edbc4 #7ec4db #7edb96

Monochromatic Colors of #7edbc4

#7edbc4

Complementary Color

#7edbc4 #db7e95

#7edbc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7edbc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7edbc4 Color CSS Codes

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

#7edbc4 Text Font Color

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

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


#7edbc4 Background Color

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

This div background color is #7edbc4


#7edbc4 Border Color

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

This div border color is #7edbc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7edbc4


Comments

No comments written yet.

Please login to write comment.