Color Hex Logo

#79cbbf Color Hex

#79CBBF
(121,203,191)
0 Favorites   0 Comments

Color spaces of #79cbbf

RGB 121203191
HSL0.480.440.64
HSV171°40°80°
CMYK 0.400.000.06   0.20
XYZ38.645150.538457.0083
Yxy50.53840.26430.3457
Hunter Lab71.0904-27.37462.2178
CIE-Lab76.3985-27.8545-1.8888

#79cbbf color RGB value is (121,203,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 11001011 10111111
Octal 171 313 277
Decimal 121 203 191
Hex 79 CB BF

RGB Percentages of Color #79cbbf

%23.50
%39.42
%37.09

CMYK Percentages of Color #79cbbf

%40
%0
%6
%20

Triadic Colors of #79cbbf

#79cbbf #bf79cb #cbbf79

Analogous Colors of #79cbbf

#79cbbf #79aecb #79cb96

Monochromatic Colors of #79cbbf

#79cbbf

Complementary Color

#79cbbf #cb7985

#79cbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79cbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#79cbbf Color CSS Codes

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

#79cbbf Text Font Color

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

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


#79cbbf Background Color

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

This div background color is #79cbbf


#79cbbf Border Color

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

This div border color is #79cbbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79cbbf


Comments

No comments written yet.

Please login to write comment.