Color Hex Logo

#708adb Color Hex

#708ADB
(112,138,219)
0 Favorites   0 Comments

Color spaces of #708adb

RGB 112138219
HSL0.630.600.65
HSV225°49°86°
CMYK 0.490.370.00   0.14
XYZ28.556826.736270.6733
Yxy26.73620.22670.2122
Hunter Lab51.70718.0947-44.8427
CIE-Lab58.729412.7742-44.3219

#708adb color RGB value is (112,138,219).

#708adb hex color red value is 112, green value is 138 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #708adb hue: 0.63 , saturation: 0.60 and the lightness value of 708adb is 0.65.

The process color (four color CMYK) of #708adb color hex is 0.49, 0.37, 0.00, 0.14. Web safe color of #708adb is #6699cc. Color #708adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10001010 11011011
Octal 160 212 333
Decimal 112 138 219
Hex 70 8A DB

RGB Percentages of Color #708adb

%23.88
%29.42
%46.70

CMYK Percentages of Color #708adb

%49
%37
%0
%14

Triadic Colors of #708adb

#708adb #db708a #8adb70

Analogous Colors of #708adb

#708adb #8c70db #70c0db

Monochromatic Colors of #708adb

#708adb

Complementary Color

#708adb #dbc170

#708adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#708adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#708adb Color CSS Codes

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

#708adb Text Font Color

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

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


#708adb Background Color

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

This div background color is #708adb


#708adb Border Color

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

This div border color is #708adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #708adb


Comments

No comments written yet.

Please login to write comment.