Color Hex Logo

#708def Color Hex

#708DEF
(112,141,239)
0 Favorites   0 Comments

Color spaces of #708def

RGB 112141239
HSL0.630.800.69
HSV226°53°94°
CMYK 0.530.410.00   0.06
XYZ31.787028.726585.5308
Yxy28.72650.21770.1967
Hunter Lab53.597112.0686-57.0976
CIE-Lab60.539517.1504-52.5727

#708def color RGB value is (112,141,239).

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

The process color (four color CMYK) of #708def color hex is 0.53, 0.41, 0.00, 0.06. Web safe color of #708def is #6699ff. Color #708def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10001101 11101111
Octal 160 215 357
Decimal 112 141 239
Hex 70 8D EF

RGB Percentages of Color #708def

%22.76
%28.66
%48.58

CMYK Percentages of Color #708def

%53
%41
%0
%6

Triadic Colors of #708def

#708def #ef708d #8def70

Analogous Colors of #708def

#708def #9370ef #70cdef

Monochromatic Colors of #708def

#708def

Complementary Color

#708def #efd270

#708def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#708def Color Preview on White Background

Lorem ipsum dolor sit amet.

#708def Color CSS Codes

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

#708def Text Font Color

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

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


#708def Background Color

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

This div background color is #708def


#708def Border Color

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

This div border color is #708def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #708def


Comments

No comments written yet.

Please login to write comment.