Color Hex Logo

#799cdd Color Hex

#799CDD
(121,156,221)
0 Favorites   0 Comments

Color spaces of #799cdd

RGB 121156221
HSL0.610.600.67
HSV219°45°87°
CMYK 0.450.290.00   0.13
XYZ32.824833.062373.0582
Yxy33.06230.23620.2380
Hunter Lab57.49981.2752-35.0829
CIE-Lab64.21135.0602-36.7966

#799cdd color RGB value is (121,156,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10011100 11011101
Octal 171 234 335
Decimal 121 156 221
Hex 79 9C DD

RGB Percentages of Color #799cdd

%24.30
%31.33
%44.38

CMYK Percentages of Color #799cdd

%45
%29
%0
%13

Triadic Colors of #799cdd

#799cdd #dd799c #9cdd79

Analogous Colors of #799cdd

#799cdd #8879dd #79cedd

Monochromatic Colors of #799cdd

#799cdd

Complementary Color

#799cdd #ddba79

#799cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#799cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#799cdd Color CSS Codes

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

#799cdd Text Font Color

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

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


#799cdd Background Color

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

This div background color is #799cdd


#799cdd Border Color

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

This div border color is #799cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #799cdd


Comments

No comments written yet.

Please login to write comment.