Color Hex Logo

#799ebf Color Hex

#799EBF
(121,158,191)
0 Favorites   0 Comments

Color spaces of #799ebf

RGB 121158191
HSL0.580.350.61
HSV208°37°75°
CMYK 0.370.170.00   0.25
XYZ29.516032.280353.9653
Yxy32.28030.25500.2789
Hunter Lab56.8158-6.6961-16.5444
CIE-Lab63.5739-4.3991-21.0796

#799ebf color RGB value is (121,158,191).

#799ebf hex color red value is 121, green value is 158 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #799ebf hue: 0.58 , saturation: 0.35 and the lightness value of 799ebf is 0.61.

The process color (four color CMYK) of #799ebf color hex is 0.37, 0.17, 0.00, 0.25. Web safe color of #799ebf is #6699cc. Color #799ebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10011110 10111111
Octal 171 236 277
Decimal 121 158 191
Hex 79 9E BF

RGB Percentages of Color #799ebf

%25.74
%33.62
%40.64

CMYK Percentages of Color #799ebf

%37
%17
%0
%25

Triadic Colors of #799ebf

#799ebf #bf799e #9ebf79

Analogous Colors of #799ebf

#799ebf #797bbf #79bfbd

Monochromatic Colors of #799ebf

#799ebf

Complementary Color

#799ebf #bf9a79

#799ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#799ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#799ebf Color CSS Codes

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

#799ebf Text Font Color

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

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


#799ebf Background Color

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

This div background color is #799ebf


#799ebf Border Color

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

This div border color is #799ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #799ebf


Comments

No comments written yet.

Please login to write comment.