Color Hex Logo

#79edcb Color Hex

#79EDCB
(121,237,203)
0 Favorites   0 Comments

Color spaces of #79edcb

RGB 121237203
HSL0.450.760.70
HSV162°49°93°
CMYK 0.490.000.14   0.07
XYZ48.948868.945167.2278
Yxy68.94510.26440.3724
Hunter Lab83.0332-40.080710.1191
CIE-Lab86.4769-40.93206.3797

#79edcb color RGB value is (121,237,203).

#79edcb hex color red value is 121, green value is 237 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #79edcb hue: 0.45 , saturation: 0.76 and the lightness value of 79edcb is 0.70.

The process color (four color CMYK) of #79edcb color hex is 0.49, 0.00, 0.14, 0.07. Web safe color of #79edcb is #66ffcc. Color #79edcb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 11101101 11001011
Octal 171 355 313
Decimal 121 237 203
Hex 79 ED CB

RGB Percentages of Color #79edcb

%21.57
%42.25
%36.19

CMYK Percentages of Color #79edcb

%49
%0
%14
%7

Triadic Colors of #79edcb

#79edcb #cb79ed #edcb79

Analogous Colors of #79edcb

#79edcb #79d5ed #79ed91

Monochromatic Colors of #79edcb

#79edcb

Complementary Color

#79edcb #ed799b

#79edcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79edcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#79edcb Color CSS Codes

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

#79edcb Text Font Color

<p style="color:#79edcb">Text here</p>

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


#79edcb Background Color

<div style="background-color:#79edcb">
Div content here</div>

This div background color is #79edcb


#79edcb Border Color

<div style="border:3px solid #79edcb">
Div here</div>

This div border color is #79edcb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,237,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #79edcb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #79edcb;
  -webkit-box-shadow: 1px 1px 3px 2px #79edcb;
  box-shadow:         1px 1px 3px 2px #79edcb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,237,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 #79edcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79edcb


Comments

No comments written yet.

Please login to write comment.