Color Hex Logo

#034add Color Hex

#034ADD
(3,74,221)
0 Favorites   0 Comments

Color spaces of #034add

RGB 374221
HSL0.610.970.44
HSV220°99°87°
CMYK 0.990.670.00   0.13
XYZ15.537510.137469.5444
Yxy10.13740.16320.1065
Hunter Lab31.839331.3889-107.2156
CIE-Lab38.087940.2535-78.9837

#034add color RGB value is (3,74,221).

#034add hex color red value is 3, green value is 74 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #034add hue: 0.61 , saturation: 0.97 and the lightness value of 034add is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 00000011 01001010 11011101
Octal 3 112 335
Decimal 3 74 221
Hex 3 4A DD

RGB Percentages of Color #034add

%1.01
%24.83
%74.16

CMYK Percentages of Color #034add

%99
%67
%0
%13

Triadic Colors of #034add

#034add #dd034a #4add03

Analogous Colors of #034add

#034add #2903dd #03b7dd

Monochromatic Colors of #034add

#034add

Complementary Color

#034add #dd9603

#034add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#034add Color Preview on White Background

Lorem ipsum dolor sit amet.

#034add Color CSS Codes

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

#034add Text Font Color

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

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


#034add Background Color

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

This div background color is #034add


#034add Border Color

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

This div border color is #034add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #034add


Comments

No comments written yet.

Please login to write comment.