Color Hex Logo

#708ada Color Hex

#708ADA
(112,138,218)
0 Favorites   0 Comments

Color spaces of #708ada

RGB 112138218
HSL0.630.590.65
HSV225°49°85°
CMYK 0.490.370.00   0.15
XYZ28.425526.683769.9819
Yxy26.68370.22720.2133
Hunter Lab51.65637.8268-44.1644
CIE-Lab58.680412.4711-43.8398

#708ada color RGB value is (112,138,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10001010 11011010
Octal 160 212 332
Decimal 112 138 218
Hex 70 8A DA

RGB Percentages of Color #708ada

%23.93
%29.49
%46.58

CMYK Percentages of Color #708ada

%49
%37
%0
%15

Triadic Colors of #708ada

#708ada #da708a #8ada70

Analogous Colors of #708ada

#708ada #8b70da #70bfda

Monochromatic Colors of #708ada

#708ada

Complementary Color

#708ada #dac070

#708ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#708ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#708ada Color CSS Codes

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

#708ada Text Font Color

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

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


#708ada Background Color

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

This div background color is #708ada


#708ada Border Color

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

This div border color is #708ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #708ada


Comments

No comments written yet.

Please login to write comment.