Color Hex Logo

#799cdc Color Hex

#799CDC
(121,156,220)
0 Favorites   0 Comments

Color spaces of #799cdc

RGB 121156220
HSL0.610.590.67
HSV219°45°86°
CMYK 0.450.290.00   0.14
XYZ32.691933.009272.3585
Yxy33.00920.23680.2391
Hunter Lab57.45361.0251-34.4537
CIE-Lab64.16844.7713-36.3099

#799cdc color RGB value is (121,156,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10011100 11011100
Octal 171 234 334
Decimal 121 156 220
Hex 79 9C DC

RGB Percentages of Color #799cdc

%24.35
%31.39
%44.27

CMYK Percentages of Color #799cdc

%45
%29
%0
%14

Triadic Colors of #799cdc

#799cdc #dc799c #9cdc79

Analogous Colors of #799cdc

#799cdc #8879dc #79cedc

Monochromatic Colors of #799cdc

#799cdc

Complementary Color

#799cdc #dcb979

#799cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#799cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#799cdc Color CSS Codes

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

#799cdc Text Font Color

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

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


#799cdc Background Color

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

This div background color is #799cdc


#799cdc Border Color

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

This div border color is #799cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #799cdc


Comments

No comments written yet.

Please login to write comment.