Color Hex Logo

#799bec Color Hex

#799BEC
(121,155,236)
0 Favorites   0 Comments

Color spaces of #799bec

RGB 121155236
HSL0.620.750.70
HSV222°49°93°
CMYK 0.490.340.00   0.07
XYZ34.746833.563884.0040
Yxy33.56380.22810.2204
Hunter Lab57.93435.6726-45.4158
CIE-Lab64.614810.0382-44.4415

#799bec color RGB value is (121,155,236).

#799bec hex color red value is 121, green value is 155 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #799bec hue: 0.62 , saturation: 0.75 and the lightness value of 799bec is 0.70.

The process color (four color CMYK) of #799bec color hex is 0.49, 0.34, 0.00, 0.07. Web safe color of #799bec is #6699ff. Color #799bec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10011011 11101100
Octal 171 233 354
Decimal 121 155 236
Hex 79 9B EC

RGB Percentages of Color #799bec

%23.63
%30.27
%46.09

CMYK Percentages of Color #799bec

%49
%34
%0
%7

Triadic Colors of #799bec

#799bec #ec799b #9bec79

Analogous Colors of #799bec

#799bec #9179ec #79d5ec

Monochromatic Colors of #799bec

#799bec

Complementary Color

#799bec #ecca79

#799bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#799bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#799bec Color CSS Codes

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

#799bec Text Font Color

<p style="color:#799bec">Text here</p>

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


#799bec Background Color

<div style="background-color:#799bec">
Div content here</div>

This div background color is #799bec


#799bec Border Color

<div style="border:3px solid #799bec">
Div here</div>

This div border color is #799bec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,155,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #799bec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #799bec;
  -webkit-box-shadow: 1px 1px 3px 2px #799bec;
  box-shadow:         1px 1px 3px 2px #799bec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #799bec


Comments

No comments written yet.

Please login to write comment.