Color Hex Logo

#070acc Color Hex

#070ACC
(7,10,204)
0 Favorites   0 Comments

Color spaces of #070acc

RGB 710204
HSL0.660.930.41
HSV239°97°80°
CMYK 0.970.950.00   0.20
XYZ11.09524.621957.4341
Yxy4.62190.15170.0632
Hunter Lab21.498654.4994-143.3458
CIE-Lab25.629264.9268-89.8225

#070acc color RGB value is (7,10,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 00001010 11001100
Octal 7 12 314
Decimal 7 10 204
Hex 7 A CC

RGB Percentages of Color #070acc

%3.17
%4.52
%92.31

CMYK Percentages of Color #070acc

%97
%95
%0
%20

Triadic Colors of #070acc

#070acc #cc070a #0acc07

Analogous Colors of #070acc

#070acc #6707cc #076dcc

Monochromatic Colors of #070acc

#070acc

Complementary Color

#070acc #ccc907

#070acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#070acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#070acc Color CSS Codes

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

#070acc Text Font Color

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

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


#070acc Background Color

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

This div background color is #070acc


#070acc Border Color

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

This div border color is #070acc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,10,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #070acc


Comments

No comments written yet.

Please login to write comment.