Color Hex Logo

#070acd Color Hex

#070ACD
(7,10,205)
0 Favorites   0 Comments

Color spaces of #070acd

RGB 710205
HSL0.660.930.42
HSV239°97°80°
CMYK 0.970.950.00   0.20
XYZ11.21564.670058.0679
Yxy4.67000.15170.0631
Hunter Lab21.610254.8230-144.1888
CIE-Lab25.773165.1872-90.1666

#070acd color RGB value is (7,10,205).

#070acd hex color red value is 7, green value is 10 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #070acd hue: 0.66 , saturation: 0.93 and the lightness value of 070acd is 0.42.

The process color (four color CMYK) of #070acd color hex is 0.97, 0.95, 0.00, 0.20. Web safe color of #070acd is #0000cc. Color #070acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00001010 11001101
Octal 7 12 315
Decimal 7 10 205
Hex 7 A CD

RGB Percentages of Color #070acd

%3.15
%4.50
%92.34

CMYK Percentages of Color #070acd

%97
%95
%0
%20

Triadic Colors of #070acd

#070acd #cd070a #0acd07

Analogous Colors of #070acd

#070acd #6707cd #076dcd

Monochromatic Colors of #070acd

#070acd

Complementary Color

#070acd #cdca07

#070acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#070acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#070acd Color CSS Codes

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

#070acd Text Font Color

<p style="color:#070acd">Text here</p>

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


#070acd Background Color

<div style="background-color:#070acd">
Div content here</div>

This div background color is #070acd


#070acd Border Color

<div style="border:3px solid #070acd">
Div here</div>

This div border color is #070acd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,10,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #070acd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #070acd;
  -webkit-box-shadow: 1px 1px 3px 2px #070acd;
  box-shadow:         1px 1px 3px 2px #070acd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,10,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 #070acd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #070acd


Comments

No comments written yet.

Please login to write comment.