Color Hex Logo

#799fcb Color Hex

#799FCB
(121,159,203)
0 Favorites   0 Comments

Color spaces of #799fcb

RGB 121159203
HSL0.590.440.64
HSV212°40°80°
CMYK 0.400.220.00   0.20
XYZ31.062833.173061.2658
Yxy33.17300.24750.2643
Hunter Lab57.5960-4.5240-22.7505
CIE-Lab64.3007-1.7179-26.6640

#799fcb color RGB value is (121,159,203).

#799fcb hex color red value is 121, green value is 159 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #799fcb hue: 0.59 , saturation: 0.44 and the lightness value of 799fcb is 0.64.

The process color (four color CMYK) of #799fcb color hex is 0.40, 0.22, 0.00, 0.20. Web safe color of #799fcb is #6699cc. Color #799fcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10011111 11001011
Octal 171 237 313
Decimal 121 159 203
Hex 79 9F CB

RGB Percentages of Color #799fcb

%25.05
%32.92
%42.03

CMYK Percentages of Color #799fcb

%40
%22
%0
%20

Triadic Colors of #799fcb

#799fcb #cb799f #9fcb79

Analogous Colors of #799fcb

#799fcb #7c79cb #79c8cb

Monochromatic Colors of #799fcb

#799fcb

Complementary Color

#799fcb #cba579

#799fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#799fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#799fcb Color CSS Codes

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

#799fcb Text Font Color

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

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


#799fcb Background Color

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

This div background color is #799fcb


#799fcb Border Color

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

This div border color is #799fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #799fcb


Comments

No comments written yet.

Please login to write comment.