Color Hex Logo

#79cabf Color Hex

#79CABF
(121,202,191)
0 Favorites   0 Comments

Color spaces of #79cabf

RGB 121202191
HSL0.480.430.63
HSV172°40°79°
CMYK 0.400.000.05   0.21
XYZ38.409750.067656.9298
Yxy50.06760.26420.3443
Hunter Lab70.7585-26.93241.8282
CIE-Lab76.1107-27.3676-2.3110

#79cabf color RGB value is (121,202,191).

#79cabf hex color red value is 121, green value is 202 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #79cabf hue: 0.48 , saturation: 0.43 and the lightness value of 79cabf is 0.63.

The process color (four color CMYK) of #79cabf color hex is 0.40, 0.00, 0.05, 0.21. Web safe color of #79cabf is #66cccc. Color #79cabf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 11001010 10111111
Octal 171 312 277
Decimal 121 202 191
Hex 79 CA BF

RGB Percentages of Color #79cabf

%23.54
%39.30
%37.16

CMYK Percentages of Color #79cabf

%40
%0
%5
%21

Triadic Colors of #79cabf

#79cabf #bf79ca #cabf79

Analogous Colors of #79cabf

#79cabf #79adca #79ca97

Monochromatic Colors of #79cabf

#79cabf

Complementary Color

#79cabf #ca7984

#79cabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79cabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#79cabf Color CSS Codes

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

#79cabf Text Font Color

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

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


#79cabf Background Color

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

This div background color is #79cabf


#79cabf Border Color

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

This div border color is #79cabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79cabf


Comments

No comments written yet.

Please login to write comment.