Color Hex Logo

#094add Color Hex

#094ADD
(9,74,221)
0 Favorites   0 Comments

Color spaces of #094add

RGB 974221
HSL0.620.920.45
HSV222°96°87°
CMYK 0.960.670.00   0.13
XYZ15.612610.176169.5479
Yxy10.17610.16380.1067
Hunter Lab31.900031.5370-106.9332
CIE-Lab38.156640.3970-78.8680

#094add color RGB value is (9,74,221).

#094add hex color red value is 9, green value is 74 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #094add hue: 0.62 , saturation: 0.92 and the lightness value of 094add is 0.45.

The process color (four color CMYK) of #094add color hex is 0.96, 0.67, 0.00, 0.13. Web safe color of #094add is #0033cc. Color #094add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01001010 11011101
Octal 11 112 335
Decimal 9 74 221
Hex 9 4A DD

RGB Percentages of Color #094add

%2.96
%24.34
%72.70

CMYK Percentages of Color #094add

%96
%67
%0
%13

Triadic Colors of #094add

#094add #dd094a #4add09

Analogous Colors of #094add

#094add #3209dd #09b4dd

Monochromatic Colors of #094add

#094add

Complementary Color

#094add #dd9c09

#094add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#094add Color Preview on White Background

Lorem ipsum dolor sit amet.

#094add Color CSS Codes

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

#094add Text Font Color

<p style="color:#094add">Text here</p>

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


#094add Background Color

<div style="background-color:#094add">
Div content here</div>

This div background color is #094add


#094add Border Color

<div style="border:3px solid #094add">
Div here</div>

This div border color is #094add


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,74,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #094add; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #094add;
  -webkit-box-shadow: 1px 1px 3px 2px #094add;
  box-shadow:         1px 1px 3px 2px #094add; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,74,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 #094add">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #094add


Comments

No comments written yet.

Please login to write comment.