Color Hex Logo

#79bebe Color Hex

#79BEBE
(121,190,190)
0 Favorites   0 Comments

Color spaces of #79bebe

RGB 121190190
HSL0.500.350.61
HSV180°36°75°
CMYK 0.360.000.00   0.25
XYZ35.592944.609655.4498
Yxy44.60960.26240.3289
Hunter Lab66.7904-21.7598-2.4696
CIE-Lab72.6341-21.6488-6.8967

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

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

The process color (four color CMYK) of #79bebe color hex is 0.36, 0.00, 0.00, 0.25. Web safe color of #79bebe is #66cccc. Color #79bebe contains mainly GREEN color.

Base Numbers

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

RGB Percentages of Color #79bebe

%24.15
%37.92
%37.92

CMYK Percentages of Color #79bebe

%36
%0
%0
%25

Triadic Colors of #79bebe

#79bebe #be79be #bebe79

Analogous Colors of #79bebe

#79bebe #799cbe #79be9c

Monochromatic Colors of #79bebe

#79bebe

Complementary Color

#79bebe #be7979

#79bebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79bebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#79bebe Color CSS Codes

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

#79bebe Text Font Color

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

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


#79bebe Background Color

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

This div background color is #79bebe


#79bebe Border Color

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

This div border color is #79bebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79bebe


Comments

No comments written yet.

Please login to write comment.