Color Hex Logo

#79aebf Color Hex

#79AEBF
(121,174,191)
0 Favorites   0 Comments

Color spaces of #79aebf

RGB 121174191
HSL0.540.350.61
HSV195°37°75°
CMYK 0.370.090.00   0.25
XYZ32.425238.098654.9350
Yxy38.09860.25850.3037
Hunter Lab61.7241-14.2466-9.5618
CIE-Lab68.0932-13.1015-14.2300

#79aebf color RGB value is (121,174,191).

#79aebf hex color red value is 121, green value is 174 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #79aebf hue: 0.54 , saturation: 0.35 and the lightness value of 79aebf is 0.61.

The process color (four color CMYK) of #79aebf color hex is 0.37, 0.09, 0.00, 0.25. Web safe color of #79aebf is #6699cc. Color #79aebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10101110 10111111
Octal 171 256 277
Decimal 121 174 191
Hex 79 AE BF

RGB Percentages of Color #79aebf

%24.90
%35.80
%39.30

CMYK Percentages of Color #79aebf

%37
%9
%0
%25

Triadic Colors of #79aebf

#79aebf #bf79ae #aebf79

Analogous Colors of #79aebf

#79aebf #798bbf #79bfad

Monochromatic Colors of #79aebf

#79aebf

Complementary Color

#79aebf #bf8a79

#79aebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79aebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#79aebf Color CSS Codes

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

#79aebf Text Font Color

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

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


#79aebf Background Color

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

This div background color is #79aebf


#79aebf Border Color

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

This div border color is #79aebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79aebf


Comments

No comments written yet.

Please login to write comment.