Color Hex Logo

#708488 Color Hex

#708488
(112,132,136)
1 Favorites   0 Comments

Color spaces of #708488

RGB 112132136
HSL0.530.100.49
HSV190°18°53°
CMYK 0.180.030.00   0.47
XYZ19.377321.724826.4646
Yxy21.72480.28680.3215
Hunter Lab46.6099-7.3588-1.0373
CIE-Lab53.7338-6.3006-4.5838

#708488 color RGB value is (112,132,136).

#708488 hex color red value is 112, green value is 132 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #708488 hue: 0.53 , saturation: 0.10 and the lightness value of 708488 is 0.49.

The process color (four color CMYK) of #708488 color hex is 0.18, 0.03, 0.00, 0.47. Web safe color of #708488 is #669999. Color #708488 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10000100 10001000
Octal 160 204 210
Decimal 112 132 136
Hex 70 84 88

RGB Percentages of Color #708488

%29.47
%34.74
%35.79

CMYK Percentages of Color #708488

%18
%3
%0
%47

Triadic Colors of #708488

#708488 #887084 #848870

Analogous Colors of #708488

#708488 #707888 #708880

Monochromatic Colors of #708488

#708488

Complementary Color

#708488 #887470

#708488 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#708488 Color Preview on White Background

Lorem ipsum dolor sit amet.

#708488 Color CSS Codes

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

#708488 Text Font Color

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

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


#708488 Background Color

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

This div background color is #708488


#708488 Border Color

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

This div border color is #708488


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #708488


Comments

No comments written yet.

Please login to write comment.