Color Hex Logo

#709abc Color Hex

#709ABC
(112,154,188)
0 Favorites   0 Comments

Color spaces of #709abc

RGB 112154188
HSL0.570.360.59
HSV207°40°74°
CMYK 0.400.180.00   0.26
XYZ27.314830.186851.9639
Yxy30.18680.24950.2758
Hunter Lab54.9425-7.4077-17.6159
CIE-Lab61.8151-5.4534-22.1307

#709abc color RGB value is (112,154,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10011010 10111100
Octal 160 232 274
Decimal 112 154 188
Hex 70 9A BC

RGB Percentages of Color #709abc

%24.67
%33.92
%41.41

CMYK Percentages of Color #709abc

%40
%18
%0
%26

Triadic Colors of #709abc

#709abc #bc709a #9abc70

Analogous Colors of #709abc

#709abc #7074bc #70bcb8

Monochromatic Colors of #709abc

#709abc

Complementary Color

#709abc #bc9270

#709abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#709abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#709abc Color CSS Codes

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

#709abc Text Font Color

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

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


#709abc Background Color

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

This div background color is #709abc


#709abc Border Color

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

This div border color is #709abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #709abc


Comments

No comments written yet.

Please login to write comment.