Color Hex Logo

#799cea Color Hex

#799CEA
(121,156,234)
0 Favorites   0 Comments

Color spaces of #799cea

RGB 121156234
HSL0.620.730.70
HSV221°48°92°
CMYK 0.480.330.00   0.08
XYZ34.624933.782482.5376
Yxy33.78240.22940.2238
Hunter Lab58.12264.6217-43.5095
CIE-Lab64.78958.8669-43.0668

#799cea color RGB value is (121,156,234).

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

The process color (four color CMYK) of #799cea color hex is 0.48, 0.33, 0.00, 0.08. Web safe color of #799cea is #6699ff. Color #799cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10011100 11101010
Octal 171 234 352
Decimal 121 156 234
Hex 79 9C EA

RGB Percentages of Color #799cea

%23.68
%30.53
%45.79

CMYK Percentages of Color #799cea

%48
%33
%0
%8

Triadic Colors of #799cea

#799cea #ea799c #9cea79

Analogous Colors of #799cea

#799cea #8f79ea #79d5ea

Monochromatic Colors of #799cea

#799cea

Complementary Color

#799cea #eac779

#799cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#799cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#799cea Color CSS Codes

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

#799cea Text Font Color

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

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


#799cea Background Color

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

This div background color is #799cea


#799cea Border Color

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

This div border color is #799cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #799cea


Comments

No comments written yet.

Please login to write comment.