Color Hex Logo

#79ddcb Color Hex

#79DDCB
(121,221,203)
0 Favorites   0 Comments

Color spaces of #79ddcb

RGB 121221203
HSL0.470.600.67
HSV169°45°87°
CMYK 0.450.000.08   0.13
XYZ44.521160.089665.7519
Yxy60.08960.26130.3527
Hunter Lab77.5175-33.13663.9713
CIE-Lab81.8869-33.6156-0.2786

#79ddcb color RGB value is (121,221,203).

#79ddcb hex color red value is 121, green value is 221 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #79ddcb hue: 0.47 , saturation: 0.60 and the lightness value of 79ddcb is 0.67.

The process color (four color CMYK) of #79ddcb color hex is 0.45, 0.00, 0.08, 0.13. Web safe color of #79ddcb is #66cccc. Color #79ddcb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 11011101 11001011
Octal 171 335 313
Decimal 121 221 203
Hex 79 DD CB

RGB Percentages of Color #79ddcb

%22.20
%40.55
%37.25

CMYK Percentages of Color #79ddcb

%45
%0
%8
%13

Triadic Colors of #79ddcb

#79ddcb #cb79dd #ddcb79

Analogous Colors of #79ddcb

#79ddcb #79bddd #79dd99

Monochromatic Colors of #79ddcb

#79ddcb

Complementary Color

#79ddcb #dd798b

#79ddcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79ddcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#79ddcb Color CSS Codes

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

#79ddcb Text Font Color

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

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


#79ddcb Background Color

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

This div background color is #79ddcb


#79ddcb Border Color

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

This div border color is #79ddcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79ddcb


Comments

No comments written yet.

Please login to write comment.