Color Hex Logo

#79bfcb Color Hex

#79BFCB
(121,191,203)
0 Favorites   0 Comments

Color spaces of #79bfcb

RGB 121191203
HSL0.520.440.64
HSV189°40°80°
CMYK 0.400.060.00   0.20
XYZ37.295545.638363.3433
Yxy45.63830.25500.3120
Hunter Lab67.5561-19.6793-8.3034
CIE-Lab73.3102-18.9059-12.9760

#79bfcb color RGB value is (121,191,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10111111 11001011
Octal 171 277 313
Decimal 121 191 203
Hex 79 BF CB

RGB Percentages of Color #79bfcb

%23.50
%37.09
%39.42

CMYK Percentages of Color #79bfcb

%40
%6
%0
%20

Triadic Colors of #79bfcb

#79bfcb #cb79bf #bfcb79

Analogous Colors of #79bfcb

#79bfcb #7996cb #79cbae

Monochromatic Colors of #79bfcb

#79bfcb

Complementary Color

#79bfcb #cb8579

#79bfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79bfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#79bfcb Color CSS Codes

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

#79bfcb Text Font Color

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

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


#79bfcb Background Color

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

This div background color is #79bfcb


#79bfcb Border Color

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

This div border color is #79bfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79bfcb


Comments

No comments written yet.

Please login to write comment.