Color Hex Logo

#79cfcd Color Hex

#79CFCD
(121,207,205)
0 Favorites   0 Comments

Color spaces of #79cfcd

RGB 121207205
HSL0.500.470.64
HSV179°42°81°
CMYK 0.420.000.01   0.19
XYZ41.217453.098465.8342
Yxy53.09840.25740.3316
Hunter Lab72.8686-26.5535-2.5583
CIE-Lab77.9331-26.4261-7.1660

#79cfcd color RGB value is (121,207,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 11001111 11001101
Octal 171 317 315
Decimal 121 207 205
Hex 79 CF CD

RGB Percentages of Color #79cfcd

%22.70
%38.84
%38.46

CMYK Percentages of Color #79cfcd

%42
%0
%1
%19

Triadic Colors of #79cfcd

#79cfcd #cd79cf #cfcd79

Analogous Colors of #79cfcd

#79cfcd #79a6cf #79cfa2

Monochromatic Colors of #79cfcd

#79cfcd

Complementary Color

#79cfcd #cf797b

#79cfcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79cfcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#79cfcd Color CSS Codes

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

#79cfcd Text Font Color

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

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


#79cfcd Background Color

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

This div background color is #79cfcd


#79cfcd Border Color

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

This div border color is #79cfcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79cfcd


Comments

No comments written yet.

Please login to write comment.