Color Hex Logo

#799cee Color Hex

#799CEE
(121,156,238)
0 Favorites   0 Comments

Color spaces of #799cee

RGB 121156238
HSL0.620.770.70
HSV222°49°93°
CMYK 0.490.340.00   0.07
XYZ35.206234.014985.5989
Yxy34.01490.22740.2197
Hunter Lab58.32235.6873-46.1936
CIE-Lab64.974410.0571-44.9752

#799cee color RGB value is (121,156,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10011100 11101110
Octal 171 234 356
Decimal 121 156 238
Hex 79 9C EE

RGB Percentages of Color #799cee

%23.50
%30.29
%46.21

CMYK Percentages of Color #799cee

%49
%34
%0
%7

Triadic Colors of #799cee

#799cee #ee799c #9cee79

Analogous Colors of #799cee

#799cee #9179ee #79d7ee

Monochromatic Colors of #799cee

#799cee

Complementary Color

#799cee #eecb79

#799cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#799cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#799cee Color CSS Codes

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

#799cee Text Font Color

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

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


#799cee Background Color

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

This div background color is #799cee


#799cee Border Color

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

This div border color is #799cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #799cee


Comments

No comments written yet.

Please login to write comment.