Color Hex Logo

#79dbc8 Color Hex

#79DBC8
(121,219,200)
0 Favorites   0 Comments

Color spaces of #79dbc8

RGB 121219200
HSL0.470.580.67
HSV168°45°86°
CMYK 0.450.000.09   0.14
XYZ43.642058.898163.7119
Yxy58.89810.26250.3543
Hunter Lab76.7451-32.79784.5005
CIE-Lab81.2356-33.38110.3651

#79dbc8 color RGB value is (121,219,200).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 11011011 11001000
Octal 171 333 310
Decimal 121 219 200
Hex 79 DB C8

RGB Percentages of Color #79dbc8

%22.41
%40.56
%37.04

CMYK Percentages of Color #79dbc8

%45
%0
%9
%14

Triadic Colors of #79dbc8

#79dbc8 #c879db #dbc879

Analogous Colors of #79dbc8

#79dbc8 #79bddb #79db97

Monochromatic Colors of #79dbc8

#79dbc8

Complementary Color

#79dbc8 #db798c

#79dbc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79dbc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#79dbc8 Color CSS Codes

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

#79dbc8 Text Font Color

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

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


#79dbc8 Background Color

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

This div background color is #79dbc8


#79dbc8 Border Color

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

This div border color is #79dbc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79dbc8


Comments

No comments written yet.

Please login to write comment.