Color Hex Logo

#799bdd Color Hex

#799BDD
(121,155,221)
0 Favorites   0 Comments

Color spaces of #799bdd

RGB 121155221
HSL0.610.600.67
HSV220°45°87°
CMYK 0.450.300.00   0.13
XYZ32.657632.728173.0025
Yxy32.72810.23600.2365
Hunter Lab57.20851.7823-35.6127
CIE-Lab63.94015.6324-37.2197

#799bdd color RGB value is (121,155,221).

#799bdd hex color red value is 121, green value is 155 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #799bdd hue: 0.61 , saturation: 0.60 and the lightness value of 799bdd is 0.67.

The process color (four color CMYK) of #799bdd color hex is 0.45, 0.30, 0.00, 0.13. Web safe color of #799bdd is #6699cc. Color #799bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10011011 11011101
Octal 171 233 335
Decimal 121 155 221
Hex 79 9B DD

RGB Percentages of Color #799bdd

%24.35
%31.19
%44.47

CMYK Percentages of Color #799bdd

%45
%30
%0
%13

Triadic Colors of #799bdd

#799bdd #dd799b #9bdd79

Analogous Colors of #799bdd

#799bdd #8979dd #79cddd

Monochromatic Colors of #799bdd

#799bdd

Complementary Color

#799bdd #ddbb79

#799bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#799bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#799bdd Color CSS Codes

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

#799bdd Text Font Color

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

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


#799bdd Background Color

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

This div background color is #799bdd


#799bdd Border Color

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

This div border color is #799bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #799bdd


Comments

No comments written yet.

Please login to write comment.