Color Hex Logo

#7edacb Color Hex

#7EDACB
(126,218,203)
0 Favorites   0 Comments

Color spaces of #7edacb

RGB 126218203
HSL0.470.550.67
HSV170°42°85°
CMYK 0.420.000.07   0.15
XYZ44.455158.890265.5238
Yxy58.89020.26330.3487
Hunter Lab76.7400-30.89073.0937
CIE-Lab81.2312-30.9815-1.2133

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11011010 11001011
Octal 176 332 313
Decimal 126 218 203
Hex 7E DA CB

RGB Percentages of Color #7edacb

%23.03
%39.85
%37.11

CMYK Percentages of Color #7edacb

%42
%0
%7
%15

Triadic Colors of #7edacb

#7edacb #cb7eda #dacb7e

Analogous Colors of #7edacb

#7edacb #7ebbda #7eda9d

Monochromatic Colors of #7edacb

#7edacb

Complementary Color

#7edacb #da7e8d

#7edacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7edacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7edacb Color CSS Codes

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

#7edacb Text Font Color

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

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


#7edacb Background Color

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

This div background color is #7edacb


#7edacb Border Color

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

This div border color is #7edacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7edacb


Comments

No comments written yet.

Please login to write comment.