Color Hex Logo

#708fbe Color Hex

#708FBE
(112,143,190)
0 Favorites   0 Comments

Color spaces of #708fbe

RGB 112143190
HSL0.600.380.59
HSV216°41°75°
CMYK 0.410.250.00   0.25
XYZ25.798826.807452.5298
Yxy26.80740.24540.2550
Hunter Lab51.7759-1.6650-23.9103
CIE-Lab58.79561.3406-27.9019

#708fbe color RGB value is (112,143,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10001111 10111110
Octal 160 217 276
Decimal 112 143 190
Hex 70 8F BE

RGB Percentages of Color #708fbe

%25.17
%32.13
%42.70

CMYK Percentages of Color #708fbe

%41
%25
%0
%25

Triadic Colors of #708fbe

#708fbe #be708f #8fbe70

Analogous Colors of #708fbe

#708fbe #7870be #70b6be

Monochromatic Colors of #708fbe

#708fbe

Complementary Color

#708fbe #be9f70

#708fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#708fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#708fbe Color CSS Codes

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

#708fbe Text Font Color

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

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


#708fbe Background Color

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

This div background color is #708fbe


#708fbe Border Color

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

This div border color is #708fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #708fbe


Comments

No comments written yet.

Please login to write comment.