Color Hex Logo

#709ebc Color Hex

#709EBC
(112,158,188)
0 Favorites   0 Comments

Color spaces of #709ebc

RGB 112158188
HSL0.570.360.59
HSV204°40°74°
CMYK 0.400.160.00   0.26
XYZ27.986131.529352.1877
Yxy31.52930.25050.2823
Hunter Lab56.1510-9.2983-15.7995
CIE-Lab62.9519-7.6725-20.3946

#709ebc color RGB value is (112,158,188).

#709ebc hex color red value is 112, green value is 158 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #709ebc hue: 0.57 , saturation: 0.36 and the lightness value of 709ebc is 0.59.

The process color (four color CMYK) of #709ebc color hex is 0.40, 0.16, 0.00, 0.26. Web safe color of #709ebc is #6699cc. Color #709ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10011110 10111100
Octal 160 236 274
Decimal 112 158 188
Hex 70 9E BC

RGB Percentages of Color #709ebc

%24.45
%34.50
%41.05

CMYK Percentages of Color #709ebc

%40
%16
%0
%26

Triadic Colors of #709ebc

#709ebc #bc709e #9ebc70

Analogous Colors of #709ebc

#709ebc #7078bc #70bcb4

Monochromatic Colors of #709ebc

#709ebc

Complementary Color

#709ebc #bc8e70

#709ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#709ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#709ebc Color CSS Codes

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

#709ebc Text Font Color

<p style="color:#709ebc">Text here</p>

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


#709ebc Background Color

<div style="background-color:#709ebc">
Div content here</div>

This div background color is #709ebc


#709ebc Border Color

<div style="border:3px solid #709ebc">
Div here</div>

This div border color is #709ebc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,158,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #709ebc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #709ebc;
  -webkit-box-shadow: 1px 1px 3px 2px #709ebc;
  box-shadow:         1px 1px 3px 2px #709ebc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #709ebc


Comments

No comments written yet.

Please login to write comment.