Color Hex Logo

#79cbbe Color Hex

#79CBBE
(121,203,190)
0 Favorites   0 Comments

Color spaces of #79cbbe

RGB 121203190
HSL0.470.440.64
HSV170°40°80°
CMYK 0.400.000.06   0.20
XYZ38.535450.494556.4306
Yxy50.49450.26490.3471
Hunter Lab71.0595-27.55392.6576
CIE-Lab76.3718-28.0900-1.3886

#79cbbe color RGB value is (121,203,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 11001011 10111110
Octal 171 313 276
Decimal 121 203 190
Hex 79 CB BE

RGB Percentages of Color #79cbbe

%23.54
%39.49
%36.96

CMYK Percentages of Color #79cbbe

%40
%0
%6
%20

Triadic Colors of #79cbbe

#79cbbe #be79cb #cbbe79

Analogous Colors of #79cbbe

#79cbbe #79afcb #79cb95

Monochromatic Colors of #79cbbe

#79cbbe

Complementary Color

#79cbbe #cb7986

#79cbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79cbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#79cbbe Color CSS Codes

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

#79cbbe Text Font Color

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

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


#79cbbe Background Color

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

This div background color is #79cbbe


#79cbbe Border Color

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

This div border color is #79cbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79cbbe


Comments

No comments written yet.

Please login to write comment.