Color Hex Logo

#708eab Color Hex

#708EAB
(112,142,171)
0 Favorites   0 Comments

Color spaces of #708eab

RGB 112142171
HSL0.580.260.55
HSV209°35°67°
CMYK 0.350.170.00   0.33
XYZ23.705825.731042.2452
Yxy25.73100.25860.2807
Hunter Lab50.7257-5.3511-13.8696
CIE-Lab57.7808-3.2880-18.6627

#708eab color RGB value is (112,142,171).

#708eab hex color red value is 112, green value is 142 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #708eab hue: 0.58 , saturation: 0.26 and the lightness value of 708eab is 0.55.

The process color (four color CMYK) of #708eab color hex is 0.35, 0.17, 0.00, 0.33. Web safe color of #708eab is #669999. Color #708eab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10001110 10101011
Octal 160 216 253
Decimal 112 142 171
Hex 70 8E AB

RGB Percentages of Color #708eab

%26.35
%33.41
%40.24

CMYK Percentages of Color #708eab

%35
%17
%0
%33

Triadic Colors of #708eab

#708eab #ab708e #8eab70

Analogous Colors of #708eab

#708eab #7071ab #70abab

Monochromatic Colors of #708eab

#708eab

Complementary Color

#708eab #ab8d70

#708eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#708eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#708eab Color CSS Codes

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

#708eab Text Font Color

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

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


#708eab Background Color

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

This div background color is #708eab


#708eab Border Color

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

This div border color is #708eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #708eab


Comments

No comments written yet.

Please login to write comment.