Color Hex Logo

#79cfcc Color Hex

#79CFCC
(121,207,204)
0 Favorites   0 Comments

Color spaces of #79cfcc

RGB 121207204
HSL0.490.470.64
HSV178°42°81°
CMYK 0.420.000.01   0.19
XYZ41.097153.050265.2004
Yxy53.05020.25790.3329
Hunter Lab72.8356-26.7445-2.0899
CIE-Lab77.9046-26.6721-6.6706

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

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

The process color (four color CMYK) of #79cfcc color hex is 0.42, 0.00, 0.01, 0.19. Web safe color of #79cfcc is #66cccc. Color #79cfcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 11001111 11001100
Octal 171 317 314
Decimal 121 207 204
Hex 79 CF CC

RGB Percentages of Color #79cfcc

%22.74
%38.91
%38.35

CMYK Percentages of Color #79cfcc

%42
%0
%1
%19

Triadic Colors of #79cfcc

#79cfcc #cc79cf #cfcc79

Analogous Colors of #79cfcc

#79cfcc #79a7cf #79cfa1

Monochromatic Colors of #79cfcc

#79cfcc

Complementary Color

#79cfcc #cf797c

#79cfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79cfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#79cfcc Color CSS Codes

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

#79cfcc Text Font Color

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

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


#79cfcc Background Color

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

This div background color is #79cfcc


#79cfcc Border Color

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

This div border color is #79cfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79cfcc


Comments

No comments written yet.

Please login to write comment.