Color Hex Logo

#709cb5 Color Hex

#709CB5
(112,156,181)
0 Favorites   0 Comments

Color spaces of #709cb5

RGB 112156181
HSL0.560.320.57
HSV202°38°71°
CMYK 0.380.140.00   0.29
XYZ26.911030.557948.1960
Yxy30.55790.25470.2892
Hunter Lab55.2792-9.8413-12.9974
CIE-Lab62.1326-8.4562-17.7103

#709cb5 color RGB value is (112,156,181).

#709cb5 hex color red value is 112, green value is 156 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #709cb5 hue: 0.56 , saturation: 0.32 and the lightness value of 709cb5 is 0.57.

The process color (four color CMYK) of #709cb5 color hex is 0.38, 0.14, 0.00, 0.29. Web safe color of #709cb5 is #6699cc. Color #709cb5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10011100 10110101
Octal 160 234 265
Decimal 112 156 181
Hex 70 9C B5

RGB Percentages of Color #709cb5

%24.94
%34.74
%40.31

CMYK Percentages of Color #709cb5

%38
%14
%0
%29

Triadic Colors of #709cb5

#709cb5 #b5709c #9cb570

Analogous Colors of #709cb5

#709cb5 #707ab5 #70b5ac

Monochromatic Colors of #709cb5

#709cb5

Complementary Color

#709cb5 #b58970

#709cb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#709cb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#709cb5 Color CSS Codes

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

#709cb5 Text Font Color

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

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


#709cb5 Background Color

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

This div background color is #709cb5


#709cb5 Border Color

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

This div border color is #709cb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #709cb5

#709cb5 Color Palettes


Comments

No comments written yet.

Please login to write comment.