Color Hex Logo

#070ead Color Hex

#070EAD
(7,14,173)
0 Favorites   0 Comments

Color spaces of #070ead

RGB 714173
HSL0.660.920.35
HSV237°96°68°
CMYK 0.960.920.00   0.32
XYZ7.78753.376439.7764
Yxy3.37640.15290.0663
Hunter Lab18.375043.4938-115.4828
CIE-Lab21.492355.5601-78.3303

#070ead color RGB value is (7,14,173).

#070ead hex color red value is 7, green value is 14 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #070ead hue: 0.66 , saturation: 0.92 and the lightness value of 070ead is 0.35.

The process color (four color CMYK) of #070ead color hex is 0.96, 0.92, 0.00, 0.32. Web safe color of #070ead is #000099. Color #070ead contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00001110 10101101
Octal 7 16 255
Decimal 7 14 173
Hex 7 E AD

RGB Percentages of Color #070ead

%3.61
%7.22
%89.18

CMYK Percentages of Color #070ead

%96
%92
%0
%32

Triadic Colors of #070ead

#070ead #ad070e #0ead07

Analogous Colors of #070ead

#070ead #5307ad #0761ad

Monochromatic Colors of #070ead

#070ead

Complementary Color

#070ead #ada607

#070ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#070ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#070ead Color CSS Codes

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

#070ead Text Font Color

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

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


#070ead Background Color

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

This div background color is #070ead


#070ead Border Color

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

This div border color is #070ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #070ead


Comments

No comments written yet.

Please login to write comment.