Color Hex Logo

#707999 Color Hex

#707999
(112,121,153)
0 Favorites   0 Comments

Color spaces of #707999

RGB 112121153
HSL0.630.170.52
HSV227°27°60°
CMYK 0.270.210.00   0.40
XYZ19.269219.419432.8697
Yxy19.41940.26930.2714
Hunter Lab44.06740.9340-13.3769
CIE-Lab51.17434.1834-18.3480

#707999 color RGB value is (112,121,153).

#707999 hex color red value is 112, green value is 121 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #707999 hue: 0.63 , saturation: 0.17 and the lightness value of 707999 is 0.52.

The process color (four color CMYK) of #707999 color hex is 0.27, 0.21, 0.00, 0.40. Web safe color of #707999 is #666699. Color #707999 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01111001 10011001
Octal 160 171 231
Decimal 112 121 153
Hex 70 79 99

RGB Percentages of Color #707999

%29.02
%31.35
%39.64

CMYK Percentages of Color #707999

%27
%21
%0
%40

Triadic Colors of #707999

#707999 #997079 #799970

Analogous Colors of #707999

#707999 #7c7099 #708e99

Monochromatic Colors of #707999

#707999

Complementary Color

#707999 #999070

#707999 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#707999 Color Preview on White Background

Lorem ipsum dolor sit amet.

#707999 Color CSS Codes

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

#707999 Text Font Color

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

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


#707999 Background Color

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

This div background color is #707999


#707999 Border Color

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

This div border color is #707999


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,121,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #707999; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #707999;
  -webkit-box-shadow: 1px 1px 3px 2px #707999;
  box-shadow:         1px 1px 3px 2px #707999; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #707999


Comments

No comments written yet.

Please login to write comment.