Color Hex Logo

#709edd Color Hex

#709EDD
(112,158,221)
0 Favorites   0 Comments

Color spaces of #709edd

RGB 112158221
HSL0.600.620.65
HSV215°49°87°
CMYK 0.490.290.00   0.13
XYZ31.960133.118973.1147
Yxy33.11890.23130.2397
Hunter Lab57.5490-1.5800-35.0423
CIE-Lab64.25711.7552-36.7629

#709edd color RGB value is (112,158,221).

#709edd hex color red value is 112, green value is 158 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #709edd hue: 0.60 , saturation: 0.62 and the lightness value of 709edd is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10011110 11011101
Octal 160 236 335
Decimal 112 158 221
Hex 70 9E DD

RGB Percentages of Color #709edd

%22.81
%32.18
%45.01

CMYK Percentages of Color #709edd

%49
%29
%0
%13

Triadic Colors of #709edd

#709edd #dd709e #9edd70

Analogous Colors of #709edd

#709edd #7970dd #70d5dd

Monochromatic Colors of #709edd

#709edd

Complementary Color

#709edd #ddaf70

#709edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#709edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#709edd Color CSS Codes

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

#709edd Text Font Color

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

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


#709edd Background Color

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

This div background color is #709edd


#709edd Border Color

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

This div border color is #709edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #709edd

#709edd Color Palettes


Comments

No comments written yet.

Please login to write comment.