Color Hex Logo

#024add Color Hex

#024ADD
(2,74,221)
0 Favorites   0 Comments

Color spaces of #024add

RGB 274221
HSL0.610.980.44
HSV220°99°87°
CMYK 0.990.670.00   0.13
XYZ15.525010.130969.5438
Yxy10.13090.16310.1064
Hunter Lab31.829131.3646-107.2632
CIE-Lab38.076340.2300-79.0031

#024add color RGB value is (2,74,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 01001010 11011101
Octal 2 112 335
Decimal 2 74 221
Hex 2 4A DD

RGB Percentages of Color #024add

%0.67
%24.92
%74.41

CMYK Percentages of Color #024add

%99
%67
%0
%13

Triadic Colors of #024add

#024add #dd024a #4add02

Analogous Colors of #024add

#024add #2702dd #02b8dd

Monochromatic Colors of #024add

#024add

Complementary Color

#024add #dd9502

#024add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#024add Color Preview on White Background

Lorem ipsum dolor sit amet.

#024add Color CSS Codes

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

#024add Text Font Color

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

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


#024add Background Color

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

This div background color is #024add


#024add Border Color

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

This div border color is #024add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #024add


Comments

No comments written yet.

Please login to write comment.