Color Hex Logo

#79cacb Color Hex

#79CACB
(121,202,203)
0 Favorites   0 Comments

Color spaces of #79cacb

RGB 121202203
HSL0.500.440.64
HSV181°40°80°
CMYK 0.400.000.00   0.20
XYZ39.785250.617864.1732
Yxy50.61780.25740.3275
Hunter Lab71.1462-24.6880-3.6767
CIE-Lab76.4469-24.4556-8.2939

#79cacb color RGB value is (121,202,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 11001010 11001011
Octal 171 312 313
Decimal 121 202 203
Hex 79 CA CB

RGB Percentages of Color #79cacb

%23.00
%38.40
%38.59

CMYK Percentages of Color #79cacb

%40
%0
%0
%20

Triadic Colors of #79cacb

#79cacb #cb79ca #cacb79

Analogous Colors of #79cacb

#79cacb #79a1cb #79cba3

Monochromatic Colors of #79cacb

#79cacb

Complementary Color

#79cacb #cb7a79

#79cacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79cacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#79cacb Color CSS Codes

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

#79cacb Text Font Color

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

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


#79cacb Background Color

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

This div background color is #79cacb


#79cacb Border Color

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

This div border color is #79cacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79cacb


Comments

No comments written yet.

Please login to write comment.