Color Hex Logo

#709dca Color Hex

#709DCA
(112,157,202)
0 Favorites   0 Comments

Color spaces of #709dca

RGB 112157202
HSL0.580.460.62
HSV210°45°79°
CMYK 0.450.220.00   0.21
XYZ29.399731.823060.4700
Yxy31.82300.24160.2615
Hunter Lab56.4119-5.6935-24.0669
CIE-Lab63.1963-3.2170-27.8501

#709dca color RGB value is (112,157,202).

#709dca hex color red value is 112, green value is 157 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #709dca hue: 0.58 , saturation: 0.46 and the lightness value of 709dca is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10011101 11001010
Octal 160 235 312
Decimal 112 157 202
Hex 70 9D CA

RGB Percentages of Color #709dca

%23.78
%33.33
%42.89

CMYK Percentages of Color #709dca

%45
%22
%0
%21

Triadic Colors of #709dca

#709dca #ca709d #9dca70

Analogous Colors of #709dca

#709dca #7070ca #70caca

Monochromatic Colors of #709dca

#709dca

Complementary Color

#709dca #ca9d70

#709dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#709dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#709dca Color CSS Codes

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

#709dca Text Font Color

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

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


#709dca Background Color

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

This div background color is #709dca


#709dca Border Color

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

This div border color is #709dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #709dca


Comments

No comments written yet.

Please login to write comment.