Color Hex Logo

#708ebf Color Hex

#708EBF
(112,142,191)
0 Favorites   0 Comments

Color spaces of #708ebf

RGB 112142191
HSL0.600.380.59
HSV217°41°75°
CMYK 0.410.260.00   0.25
XYZ25.759126.552353.0577
Yxy26.55230.24450.2520
Hunter Lab51.5289-0.9442-24.9788
CIE-Lab58.55762.2003-28.8360

#708ebf color RGB value is (112,142,191).

#708ebf hex color red value is 112, green value is 142 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #708ebf hue: 0.60 , saturation: 0.38 and the lightness value of 708ebf is 0.59.

The process color (four color CMYK) of #708ebf color hex is 0.41, 0.26, 0.00, 0.25. Web safe color of #708ebf is #6699cc. Color #708ebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10001110 10111111
Octal 160 216 277
Decimal 112 142 191
Hex 70 8E BF

RGB Percentages of Color #708ebf

%25.17
%31.91
%42.92

CMYK Percentages of Color #708ebf

%41
%26
%0
%25

Triadic Colors of #708ebf

#708ebf #bf708e #8ebf70

Analogous Colors of #708ebf

#708ebf #7a70bf #70b6bf

Monochromatic Colors of #708ebf

#708ebf

Complementary Color

#708ebf #bfa170

#708ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#708ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#708ebf Color CSS Codes

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

#708ebf Text Font Color

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

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


#708ebf Background Color

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

This div background color is #708ebf


#708ebf Border Color

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

This div border color is #708ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #708ebf


Comments

No comments written yet.

Please login to write comment.