Color Hex Logo

#039ade Color Hex

#039ADE
(3,154,222)
0 Favorites   0 Comments

Color spaces of #039ade

RGB 3154222
HSL0.550.970.44
HSV199°99°87°
CMYK 0.990.310.00   0.13
XYZ24.778028.404573.2839
Yxy28.40450.19590.2246
Hunter Lab53.2959-10.2806-44.2189
CIE-Lab60.2524-9.2662-43.8024

#039ade color RGB value is (3,154,222).

#039ade hex color red value is 3, green value is 154 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #039ade hue: 0.55 , saturation: 0.97 and the lightness value of 039ade is 0.44.

The process color (four color CMYK) of #039ade color hex is 0.99, 0.31, 0.00, 0.13. Web safe color of #039ade is #0099cc. Color #039ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 10011010 11011110
Octal 3 232 336
Decimal 3 154 222
Hex 3 9A DE

RGB Percentages of Color #039ade

%0.79
%40.63
%58.58

CMYK Percentages of Color #039ade

%99
%31
%0
%13

Triadic Colors of #039ade

#039ade #de039a #9ade03

Analogous Colors of #039ade

#039ade #032dde #03deb5

Monochromatic Colors of #039ade

#039ade

Complementary Color

#039ade #de4703

#039ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#039ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#039ade Color CSS Codes

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

#039ade Text Font Color

<p style="color:#039ade">Text here</p>

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


#039ade Background Color

<div style="background-color:#039ade">
Div content here</div>

This div background color is #039ade


#039ade Border Color

<div style="border:3px solid #039ade">
Div here</div>

This div border color is #039ade


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,154,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #039ade; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #039ade;
  -webkit-box-shadow: 1px 1px 3px 2px #039ade;
  box-shadow:         1px 1px 3px 2px #039ade; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(3,154,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #039ade


Comments

No comments written yet.

Please login to write comment.