Color Hex Logo

#708ebe Color Hex

#708EBE
(112,142,190)
0 Favorites   0 Comments

Color spaces of #708ebe

RGB 112142190
HSL0.600.380.59
HSV217°41°75°
CMYK 0.410.250.00   0.25
XYZ25.649426.508552.4800
Yxy26.50850.24510.2533
Hunter Lab51.4864-1.1764-24.3937
CIE-Lab58.51661.9172-28.3334

#708ebe color RGB value is (112,142,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10001110 10111110
Octal 160 216 276
Decimal 112 142 190
Hex 70 8E BE

RGB Percentages of Color #708ebe

%25.23
%31.98
%42.79

CMYK Percentages of Color #708ebe

%41
%25
%0
%25

Triadic Colors of #708ebe

#708ebe #be708e #8ebe70

Analogous Colors of #708ebe

#708ebe #7970be #70b5be

Monochromatic Colors of #708ebe

#708ebe

Complementary Color

#708ebe #bea070

#708ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#708ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#708ebe Color CSS Codes

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

#708ebe Text Font Color

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

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


#708ebe Background Color

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

This div background color is #708ebe


#708ebe Border Color

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

This div border color is #708ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #708ebe


Comments

No comments written yet.

Please login to write comment.