Color Hex Logo

#79abbe Color Hex

#79ABBE
(121,171,190)
0 Favorites   0 Comments

Color spaces of #79abbe

RGB 121171190
HSL0.550.350.61
HSV197°36°75°
CMYK 0.360.100.00   0.25
XYZ31.742336.908554.1662
Yxy36.90850.25850.3005
Hunter Lab60.7524-13.0528-10.3357
CIE-Lab67.2083-11.7574-15.0094

#79abbe color RGB value is (121,171,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10101011 10111110
Octal 171 253 276
Decimal 121 171 190
Hex 79 AB BE

RGB Percentages of Color #79abbe

%25.10
%35.48
%39.42

CMYK Percentages of Color #79abbe

%36
%10
%0
%25

Triadic Colors of #79abbe

#79abbe #be79ab #abbe79

Analogous Colors of #79abbe

#79abbe #7989be #79beaf

Monochromatic Colors of #79abbe

#79abbe

Complementary Color

#79abbe #be8c79

#79abbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79abbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#79abbe Color CSS Codes

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

#79abbe Text Font Color

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

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


#79abbe Background Color

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

This div background color is #79abbe


#79abbe Border Color

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

This div border color is #79abbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79abbe


Comments

No comments written yet.

Please login to write comment.