Color Hex Logo

#79cbd9 Color Hex

#79CBD9
(121,203,217)
0 Favorites   0 Comments

Color spaces of #79cbd9

RGB 121203217
HSL0.520.560.66
HSV189°44°85°
CMYK 0.440.060.00   0.15
XYZ41.765551.786673.4402
Yxy51.78660.25010.3101
Hunter Lab71.9629-22.3381-10.1331
CIE-Lab77.1531-21.3939-14.7879

#79cbd9 color RGB value is (121,203,217).

#79cbd9 hex color red value is 121, green value is 203 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #79cbd9 hue: 0.52 , saturation: 0.56 and the lightness value of 79cbd9 is 0.66.

The process color (four color CMYK) of #79cbd9 color hex is 0.44, 0.06, 0.00, 0.15. Web safe color of #79cbd9 is #66cccc. Color #79cbd9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 11001011 11011001
Octal 171 313 331
Decimal 121 203 217
Hex 79 CB D9

RGB Percentages of Color #79cbd9

%22.37
%37.52
%40.11

CMYK Percentages of Color #79cbd9

%44
%6
%0
%15

Triadic Colors of #79cbd9

#79cbd9 #d979cb #cbd979

Analogous Colors of #79cbd9

#79cbd9 #799bd9 #79d9b7

Monochromatic Colors of #79cbd9

#79cbd9

Complementary Color

#79cbd9 #d98779

#79cbd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79cbd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#79cbd9 Color CSS Codes

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

#79cbd9 Text Font Color

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

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


#79cbd9 Background Color

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

This div background color is #79cbd9


#79cbd9 Border Color

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

This div border color is #79cbd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79cbd9


Comments

No comments written yet.

Please login to write comment.