Color Hex Logo

#709bcd Color Hex

#709BCD
(112,155,205)
0 Favorites   0 Comments

Color spaces of #709bcd

RGB 112155205
HSL0.590.480.62
HSV212°45°80°
CMYK 0.450.240.00   0.20
XYZ29.422931.295262.2474
Yxy31.29520.23930.2545
Hunter Lab55.9421-4.0162-26.8132
CIE-Lab62.7560-1.2303-30.2044

#709bcd color RGB value is (112,155,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10011011 11001101
Octal 160 233 315
Decimal 112 155 205
Hex 70 9B CD

RGB Percentages of Color #709bcd

%23.73
%32.84
%43.43

CMYK Percentages of Color #709bcd

%45
%24
%0
%20

Triadic Colors of #709bcd

#709bcd #cd709b #9bcd70

Analogous Colors of #709bcd

#709bcd #7470cd #70cacd

Monochromatic Colors of #709bcd

#709bcd

Complementary Color

#709bcd #cda270

#709bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#709bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#709bcd Color CSS Codes

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

#709bcd Text Font Color

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

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


#709bcd Background Color

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

This div background color is #709bcd


#709bcd Border Color

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

This div border color is #709bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #709bcd


Comments

No comments written yet.

Please login to write comment.