Color Hex Logo

#79bcbe Color Hex

#79BCBE
(121,188,190)
0 Favorites   0 Comments

Color spaces of #79bcbe

RGB 121188190
HSL0.500.350.61
HSV182°36°75°
CMYK 0.360.010.00   0.25
XYZ35.162643.749155.3063
Yxy43.74910.26200.3260
Hunter Lab66.1431-20.8573-3.2758
CIE-Lab72.0605-20.6346-7.7478

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10111100 10111110
Octal 171 274 276
Decimal 121 188 190
Hex 79 BC BE

RGB Percentages of Color #79bcbe

%24.25
%37.68
%38.08

CMYK Percentages of Color #79bcbe

%36
%1
%0
%25

Triadic Colors of #79bcbe

#79bcbe #be79bc #bcbe79

Analogous Colors of #79bcbe

#79bcbe #799abe #79be9e

Monochromatic Colors of #79bcbe

#79bcbe

Complementary Color

#79bcbe #be7b79

#79bcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79bcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#79bcbe Color CSS Codes

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

#79bcbe Text Font Color

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

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


#79bcbe Background Color

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

This div background color is #79bcbe


#79bcbe Border Color

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

This div border color is #79bcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79bcbe


Comments

No comments written yet.

Please login to write comment.