Color Hex Logo

#79aecf Color Hex

#79AECF
(121,174,207)
0 Favorites   0 Comments

Color spaces of #79aecf

RGB 121174207
HSL0.560.470.64
HSV203°42°81°
CMYK 0.420.160.00   0.19
XYZ34.283738.842064.7218
Yxy38.84200.24870.2818
Hunter Lab62.3234-10.8741-17.9454
CIE-Lab68.6367-8.8926-22.2363

#79aecf color RGB value is (121,174,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10101110 11001111
Octal 171 256 317
Decimal 121 174 207
Hex 79 AE CF

RGB Percentages of Color #79aecf

%24.10
%34.66
%41.24

CMYK Percentages of Color #79aecf

%42
%16
%0
%19

Triadic Colors of #79aecf

#79aecf #cf79ae #aecf79

Analogous Colors of #79aecf

#79aecf #7983cf #79cfc5

Monochromatic Colors of #79aecf

#79aecf

Complementary Color

#79aecf #cf9a79

#79aecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79aecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#79aecf Color CSS Codes

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

#79aecf Text Font Color

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

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


#79aecf Background Color

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

This div background color is #79aecf


#79aecf Border Color

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

This div border color is #79aecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79aecf


Comments

No comments written yet.

Please login to write comment.