Color Hex Logo

#79cccc Color Hex

#79CCCC
(121,204,204)
0 Favorites   0 Comments

Color spaces of #79cccc

RGB 121204204
HSL0.500.450.64
HSV180°41°80°
CMYK 0.410.000.00   0.20
XYZ40.377151.610364.9604
Yxy51.61030.25730.3288
Hunter Lab71.8403-25.3965-3.3238
CIE-Lab77.0472-25.1975-7.9417

#79cccc color RGB value is (121,204,204).

#79cccc hex color red value is 121, green value is 204 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #79cccc hue: 0.50 , saturation: 0.45 and the lightness value of 79cccc is 0.64.

The process color (four color CMYK) of #79cccc color hex is 0.41, 0.00, 0.00, 0.20. Web safe color of #79cccc is #66cccc. Color #79cccc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 11001100 11001100
Octal 171 314 314
Decimal 121 204 204
Hex 79 CC CC

RGB Percentages of Color #79cccc

%22.87
%38.56
%38.56

CMYK Percentages of Color #79cccc

%41
%0
%0
%20

Triadic Colors of #79cccc

#79cccc #cc79cc #cccc79

Analogous Colors of #79cccc

#79cccc #79a3cc #79cca3

Monochromatic Colors of #79cccc

#79cccc

Complementary Color

#79cccc #cc7979

#79cccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79cccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#79cccc Color CSS Codes

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

#79cccc Text Font Color

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

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


#79cccc Background Color

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

This div background color is #79cccc


#79cccc Border Color

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

This div border color is #79cccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79cccc


Comments

No comments written yet.

Please login to write comment.