Color Hex Logo

#79cdcf Color Hex

#79CDCF
(121,205,207)
0 Favorites   1 Comments

Color spaces of #79cdcf

RGB 121205207
HSL0.500.470.64
HSV181°42°81°
CMYK 0.420.010.00   0.19
XYZ40.979052.232666.9536
Yxy52.23260.25590.3261
Hunter Lab72.2721-25.2650-4.3363
CIE-Lab77.4197-24.9445-9.0042

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

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

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

Base Numbers

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

RGB Percentages of Color #79cdcf

%22.70
%38.46
%38.84

CMYK Percentages of Color #79cdcf

%42
%1
%0
%19

Triadic Colors of #79cdcf

#79cdcf #cf79cd #cdcf79

Analogous Colors of #79cdcf

#79cdcf #79a2cf #79cfa6

Monochromatic Colors of #79cdcf

#79cdcf

Complementary Color

#79cdcf #cf7b79

#79cdcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79cdcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#79cdcf Color CSS Codes

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

#79cdcf Text Font Color

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

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


#79cdcf Background Color

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

This div background color is #79cdcf


#79cdcf Border Color

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

This div border color is #79cdcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79cdcf


Comments

7 Jul 2014, 17:14 (guest)

It looks like a beautiful blue with different mixes.

Please login to write comment.