Color Hex Logo

#708deb Color Hex

#708DEB
(112,141,235)
0 Favorites   0 Comments

Color spaces of #708deb

RGB 112141235
HSL0.630.750.68
HSV226°52°92°
CMYK 0.520.400.00   0.08
XYZ31.202428.492782.4524
Yxy28.49270.21950.2004
Hunter Lab53.378610.9296-54.2187
CIE-Lab60.331315.9071-50.6906

#708deb color RGB value is (112,141,235).

#708deb hex color red value is 112, green value is 141 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #708deb hue: 0.63 , saturation: 0.75 and the lightness value of 708deb is 0.68.

The process color (four color CMYK) of #708deb color hex is 0.52, 0.40, 0.00, 0.08. Web safe color of #708deb is #6699ff. Color #708deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10001101 11101011
Octal 160 215 353
Decimal 112 141 235
Hex 70 8D EB

RGB Percentages of Color #708deb

%22.95
%28.89
%48.16

CMYK Percentages of Color #708deb

%52
%40
%0
%8

Triadic Colors of #708deb

#708deb #eb708d #8deb70

Analogous Colors of #708deb

#708deb #9170eb #70cbeb

Monochromatic Colors of #708deb

#708deb

Complementary Color

#708deb #ebce70

#708deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#708deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#708deb Color CSS Codes

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

#708deb Text Font Color

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

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


#708deb Background Color

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

This div background color is #708deb


#708deb Border Color

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

This div border color is #708deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #708deb


Comments

No comments written yet.

Please login to write comment.