Color Hex Logo

#79beeb Color Hex

#79BEEB
(121,190,235)
0 Favorites   0 Comments

Color spaces of #79beeb

RGB 121190235
HSL0.570.740.70
HSV204°49°92°
CMYK 0.490.190.00   0.08
XYZ41.294046.890085.4715
Yxy46.89000.23780.2700
Hunter Lab68.4763-12.1907-26.0719
CIE-Lab74.1194-9.7534-29.1164

#79beeb color RGB value is (121,190,235).

#79beeb hex color red value is 121, green value is 190 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #79beeb hue: 0.57 , saturation: 0.74 and the lightness value of 79beeb is 0.70.

The process color (four color CMYK) of #79beeb color hex is 0.49, 0.19, 0.00, 0.08. Web safe color of #79beeb is #66ccff. Color #79beeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10111110 11101011
Octal 171 276 353
Decimal 121 190 235
Hex 79 BE EB

RGB Percentages of Color #79beeb

%22.16
%34.80
%43.04

CMYK Percentages of Color #79beeb

%49
%19
%0
%8

Triadic Colors of #79beeb

#79beeb #eb79be #beeb79

Analogous Colors of #79beeb

#79beeb #7985eb #79ebdf

Monochromatic Colors of #79beeb

#79beeb

Complementary Color

#79beeb #eba679

#79beeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79beeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#79beeb Color CSS Codes

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

#79beeb Text Font Color

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

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


#79beeb Background Color

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

This div background color is #79beeb


#79beeb Border Color

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

This div border color is #79beeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79beeb


Comments

No comments written yet.

Please login to write comment.