Color Hex Logo

#708283 Color Hex

#708283
(112,130,131)
0 Favorites   0 Comments

Color spaces of #708283

RGB 112130131
HSL0.510.080.48
HSV183°15°51°
CMYK 0.150.010.00   0.49
XYZ18.761521.048724.5467
Yxy21.04870.29150.3271
Hunter Lab45.8789-7.29300.3931
CIE-Lab53.0028-6.3005-2.7532

#708283 color RGB value is (112,130,131).

#708283 hex color red value is 112, green value is 130 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #708283 hue: 0.51 , saturation: 0.08 and the lightness value of 708283 is 0.48.

The process color (four color CMYK) of #708283 color hex is 0.15, 0.01, 0.00, 0.49. Web safe color of #708283 is #669999. Color #708283 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10000010 10000011
Octal 160 202 203
Decimal 112 130 131
Hex 70 82 83

RGB Percentages of Color #708283

%30.03
%34.85
%35.12

CMYK Percentages of Color #708283

%15
%1
%0
%49

Triadic Colors of #708283

#708283 #837082 #828370

Analogous Colors of #708283

#708283 #707983 #70837b

Monochromatic Colors of #708283

#708283

Complementary Color

#708283 #837170

#708283 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#708283 Color Preview on White Background

Lorem ipsum dolor sit amet.

#708283 Color CSS Codes

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

#708283 Text Font Color

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

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


#708283 Background Color

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

This div background color is #708283


#708283 Border Color

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

This div border color is #708283


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #708283


Comments

No comments written yet.

Please login to write comment.