Color Hex Logo

#708dda Color Hex

#708DDA
(112,141,218)
0 Favorites   0 Comments

Color spaces of #708dda

RGB 112141218
HSL0.620.590.65
HSV224°49°85°
CMYK 0.490.350.00   0.15
XYZ28.861927.556570.1274
Yxy27.55650.22810.2178
Hunter Lab52.49436.2761-42.4598
CIE-Lab59.485910.7015-42.5705

#708dda color RGB value is (112,141,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10001101 11011010
Octal 160 215 332
Decimal 112 141 218
Hex 70 8D DA

RGB Percentages of Color #708dda

%23.78
%29.94
%46.28

CMYK Percentages of Color #708dda

%49
%35
%0
%15

Triadic Colors of #708dda

#708dda #da708d #8dda70

Analogous Colors of #708dda

#708dda #8870da #70c2da

Monochromatic Colors of #708dda

#708dda

Complementary Color

#708dda #dabd70

#708dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#708dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#708dda Color CSS Codes

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

#708dda Text Font Color

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

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


#708dda Background Color

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

This div background color is #708dda


#708dda Border Color

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

This div border color is #708dda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,141,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 #708dda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #708dda


Comments

No comments written yet.

Please login to write comment.