Color Hex Logo

#79bebf Color Hex

#79BEBF
(121,190,191)
0 Favorites   0 Comments

Color spaces of #79bebf

RGB 121190191
HSL0.500.350.61
HSV181°37°75°
CMYK 0.370.010.00   0.25
XYZ35.702644.653456.0275
Yxy44.65340.26180.3274
Hunter Lab66.8232-21.5708-2.9351
CIE-Lab72.6631-21.4039-7.3995

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

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

The process color (four color CMYK) of #79bebf color hex is 0.37, 0.01, 0.00, 0.25. Web safe color of #79bebf is #66cccc. Color #79bebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10111110 10111111
Octal 171 276 277
Decimal 121 190 191
Hex 79 BE BF

RGB Percentages of Color #79bebf

%24.10
%37.85
%38.05

CMYK Percentages of Color #79bebf

%37
%1
%0
%25

Triadic Colors of #79bebf

#79bebf #bf79be #bebf79

Analogous Colors of #79bebf

#79bebf #799bbf #79bf9d

Monochromatic Colors of #79bebf

#79bebf

Complementary Color

#79bebf #bf7a79

#79bebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79bebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#79bebf Color CSS Codes

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

#79bebf Text Font Color

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

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


#79bebf Background Color

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

This div background color is #79bebf


#79bebf Border Color

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

This div border color is #79bebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79bebf


Comments

No comments written yet.

Please login to write comment.