Color Hex Logo

#799cef Color Hex

#799CEF
(121,156,239)
0 Favorites   0 Comments

Color spaces of #799cef

RGB 121156239
HSL0.620.790.71
HSV222°49°94°
CMYK 0.490.350.00   0.06
XYZ35.353634.073986.3749
Yxy34.07390.22690.2187
Hunter Lab58.37295.9563-46.8710
CIE-Lab65.021210.3559-45.4507

#799cef color RGB value is (121,156,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10011100 11101111
Octal 171 234 357
Decimal 121 156 239
Hex 79 9C EF

RGB Percentages of Color #799cef

%23.45
%30.23
%46.32

CMYK Percentages of Color #799cef

%49
%35
%0
%6

Triadic Colors of #799cef

#799cef #ef799c #9cef79

Analogous Colors of #799cef

#799cef #9179ef #79d7ef

Monochromatic Colors of #799cef

#799cef

Complementary Color

#799cef #efcc79

#799cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#799cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#799cef Color CSS Codes

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

#799cef Text Font Color

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

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


#799cef Background Color

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

This div background color is #799cef


#799cef Border Color

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

This div border color is #799cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #799cef


Comments

No comments written yet.

Please login to write comment.