Color Hex Logo

#79adcf Color Hex

#79ADCF
(121,173,207)
0 Favorites   0 Comments

Color spaces of #79adcf

RGB 121173207
HSL0.570.470.64
HSV204°42°81°
CMYK 0.420.160.00   0.19
XYZ34.091238.457164.6576
Yxy38.45710.24850.2803
Hunter Lab62.0138-10.3963-18.4080
CIE-Lab68.3562-8.3510-22.6643

#79adcf color RGB value is (121,173,207).

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

The process color (four color CMYK) of #79adcf color hex is 0.42, 0.16, 0.00, 0.19. Web safe color of #79adcf is #6699cc. Color #79adcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10101101 11001111
Octal 171 255 317
Decimal 121 173 207
Hex 79 AD CF

RGB Percentages of Color #79adcf

%24.15
%34.53
%41.32

CMYK Percentages of Color #79adcf

%42
%16
%0
%19

Triadic Colors of #79adcf

#79adcf #cf79ad #adcf79

Analogous Colors of #79adcf

#79adcf #7982cf #79cfc6

Monochromatic Colors of #79adcf

#79adcf

Complementary Color

#79adcf #cf9b79

#79adcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79adcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#79adcf Color CSS Codes

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

#79adcf Text Font Color

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

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


#79adcf Background Color

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

This div background color is #79adcf


#79adcf Border Color

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

This div border color is #79adcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79adcf


Comments

No comments written yet.

Please login to write comment.