Color Hex Logo

#79cccd Color Hex

#79CCCD
(121,204,205)
0 Favorites   0 Comments

Color spaces of #79cccd

RGB 121204205
HSL0.500.460.64
HSV181°41°80°
CMYK 0.410.000.00   0.20
XYZ40.497551.658565.5942
Yxy51.65850.25670.3275
Hunter Lab71.8738-25.2030-3.7981
CIE-Lab77.0762-24.9490-8.4376

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 11001100 11001101
Octal 171 314 315
Decimal 121 204 205
Hex 79 CC CD

RGB Percentages of Color #79cccd

%22.83
%38.49
%38.68

CMYK Percentages of Color #79cccd

%41
%0
%0
%20

Triadic Colors of #79cccd

#79cccd #cd79cc #cccd79

Analogous Colors of #79cccd

#79cccd #79a2cd #79cda4

Monochromatic Colors of #79cccd

#79cccd

Complementary Color

#79cccd #cd7a79

#79cccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79cccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#79cccd Color CSS Codes

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

#79cccd Text Font Color

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

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


#79cccd Background Color

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

This div background color is #79cccd


#79cccd Border Color

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

This div border color is #79cccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79cccd


Comments

No comments written yet.

Please login to write comment.