Color Hex Logo

#709ccd Color Hex

#709CCD
(112,156,205)
0 Favorites   0 Comments

Color spaces of #709ccd

RGB 112156205
HSL0.590.480.62
HSV212°45°80°
CMYK 0.450.240.00   0.20
XYZ29.590031.629562.3031
Yxy31.62950.23960.2561
Hunter Lab56.2401-4.5047-26.3137
CIE-Lab63.0355-1.7957-29.7721

#709ccd color RGB value is (112,156,205).

#709ccd hex color red value is 112, green value is 156 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #709ccd hue: 0.59 , saturation: 0.48 and the lightness value of 709ccd is 0.62.

The process color (four color CMYK) of #709ccd color hex is 0.45, 0.24, 0.00, 0.20. Web safe color of #709ccd is #6699cc. Color #709ccd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10011100 11001101
Octal 160 234 315
Decimal 112 156 205
Hex 70 9C CD

RGB Percentages of Color #709ccd

%23.68
%32.98
%43.34

CMYK Percentages of Color #709ccd

%45
%24
%0
%20

Triadic Colors of #709ccd

#709ccd #cd709c #9ccd70

Analogous Colors of #709ccd

#709ccd #7370cd #70cbcd

Monochromatic Colors of #709ccd

#709ccd

Complementary Color

#709ccd #cda170

#709ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#709ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#709ccd Color CSS Codes

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

#709ccd Text Font Color

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

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


#709ccd Background Color

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

This div background color is #709ccd


#709ccd Border Color

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

This div border color is #709ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #709ccd


Comments

No comments written yet.

Please login to write comment.