Color Hex Logo

#79cadd Color Hex

#79CADD
(121,202,221)
0 Favorites   0 Comments

Color spaces of #79cadd

RGB 121202221
HSL0.530.600.67
HSV191°45°87°
CMYK 0.450.090.00   0.13
XYZ42.056851.526576.1356
Yxy51.52650.24780.3036
Hunter Lab71.7820-21.0359-12.6386
CIE-Lab76.9968-19.8388-17.1773

#79cadd color RGB value is (121,202,221).

#79cadd hex color red value is 121, green value is 202 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #79cadd hue: 0.53 , saturation: 0.60 and the lightness value of 79cadd is 0.67.

The process color (four color CMYK) of #79cadd color hex is 0.45, 0.09, 0.00, 0.13. Web safe color of #79cadd is #66cccc. Color #79cadd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 11001010 11011101
Octal 171 312 335
Decimal 121 202 221
Hex 79 CA DD

RGB Percentages of Color #79cadd

%22.24
%37.13
%40.63

CMYK Percentages of Color #79cadd

%45
%9
%0
%13

Triadic Colors of #79cadd

#79cadd #dd79ca #cadd79

Analogous Colors of #79cadd

#79cadd #7998dd #79ddbe

Monochromatic Colors of #79cadd

#79cadd

Complementary Color

#79cadd #dd8c79

#79cadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79cadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#79cadd Color CSS Codes

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

#79cadd Text Font Color

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

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


#79cadd Background Color

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

This div background color is #79cadd


#79cadd Border Color

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

This div border color is #79cadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79cadd


Comments

No comments written yet.

Please login to write comment.