Color Hex Logo

#79cacd Color Hex

#79CACD
(121,202,205)
0 Favorites   0 Comments

Color spaces of #79cacd

RGB 121202205
HSL0.510.460.64
HSV182°41°80°
CMYK 0.410.010.00   0.20
XYZ40.025150.713865.4368
Yxy50.71380.25630.3247
Hunter Lab71.2136-24.2992-4.6309
CIE-Lab76.5053-23.9571-9.2866

#79cacd color RGB value is (121,202,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 11001010 11001101
Octal 171 312 315
Decimal 121 202 205
Hex 79 CA CD

RGB Percentages of Color #79cacd

%22.92
%38.26
%38.83

CMYK Percentages of Color #79cacd

%41
%1
%0
%20

Triadic Colors of #79cacd

#79cacd #cd79ca #cacd79

Analogous Colors of #79cacd

#79cacd #79a0cd #79cda6

Monochromatic Colors of #79cacd

#79cacd

Complementary Color

#79cacd #cd7c79

#79cacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79cacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#79cacd Color CSS Codes

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

#79cacd Text Font Color

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

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


#79cacd Background Color

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

This div background color is #79cacd


#79cacd Border Color

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

This div border color is #79cacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79cacd


Comments

No comments written yet.

Please login to write comment.