Color Hex Logo

#79cbbd Color Hex

#79CBBD
(121,203,189)
0 Favorites   0 Comments

Color spaces of #79cbbd

RGB 121203189
HSL0.470.440.64
HSV170°40°80°
CMYK 0.400.000.07   0.20
XYZ38.426450.450955.8568
Yxy50.45090.26550.3486
Hunter Lab71.0288-27.73233.0947
CIE-Lab76.3452-28.3246-0.8881

#79cbbd color RGB value is (121,203,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 11001011 10111101
Octal 171 313 275
Decimal 121 203 189
Hex 79 CB BD

RGB Percentages of Color #79cbbd

%23.59
%39.57
%36.84

CMYK Percentages of Color #79cbbd

%40
%0
%7
%20

Triadic Colors of #79cbbd

#79cbbd #bd79cb #cbbd79

Analogous Colors of #79cbbd

#79cbbd #79b0cb #79cb94

Monochromatic Colors of #79cbbd

#79cbbd

Complementary Color

#79cbbd #cb7987

#79cbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79cbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#79cbbd Color CSS Codes

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

#79cbbd Text Font Color

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

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


#79cbbd Background Color

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

This div background color is #79cbbd


#79cbbd Border Color

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

This div border color is #79cbbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,203,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #79cbbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79cbbd


Comments

No comments written yet.

Please login to write comment.