Color Hex Logo

#708fae Color Hex

#708FAE
(112,143,174)
1 Favorites   0 Comments

Color spaces of #708fae

RGB 112143174
HSL0.580.280.56
HSV210°36°68°
CMYK 0.360.180.00   0.32
XYZ24.144526.145743.8185
Yxy26.14570.25660.2778
Hunter Lab51.1329-5.1963-15.0158
CIE-Lab58.1751-3.0577-19.7718

#708fae color RGB value is (112,143,174).

#708fae hex color red value is 112, green value is 143 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #708fae hue: 0.58 , saturation: 0.28 and the lightness value of 708fae is 0.56.

The process color (four color CMYK) of #708fae color hex is 0.36, 0.18, 0.00, 0.32. Web safe color of #708fae is #669999. Color #708fae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10001111 10101110
Octal 160 217 256
Decimal 112 143 174
Hex 70 8F AE

RGB Percentages of Color #708fae

%26.11
%33.33
%40.56

CMYK Percentages of Color #708fae

%36
%18
%0
%32

Triadic Colors of #708fae

#708fae #ae708f #8fae70

Analogous Colors of #708fae

#708fae #7070ae #70aeae

Monochromatic Colors of #708fae

#708fae

Complementary Color

#708fae #ae8f70

#708fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#708fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#708fae Color CSS Codes

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

#708fae Text Font Color

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

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


#708fae Background Color

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

This div background color is #708fae


#708fae Border Color

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

This div border color is #708fae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,143,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #708fae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #708fae;
  -webkit-box-shadow: 1px 1px 3px 2px #708fae;
  box-shadow:         1px 1px 3px 2px #708fae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #708fae


Comments

No comments written yet.

Please login to write comment.