Color Hex Logo

#024fad Color Hex

#024FAD
(2,79,173)
0 Favorites   0 Comments

Color spaces of #024fad

RGB 279173
HSL0.590.980.34
HSV213°99°68°
CMYK 0.990.540.00   0.32
XYZ10.36388.622040.6531
Yxy8.62200.17380.1446
Hunter Lab29.363211.6162-61.5321
CIE-Lab35.246117.9828-55.6597

#024fad color RGB value is (2,79,173).

#024fad hex color red value is 2, green value is 79 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #024fad hue: 0.59 , saturation: 0.98 and the lightness value of 024fad is 0.34.

The process color (four color CMYK) of #024fad color hex is 0.99, 0.54, 0.00, 0.32. Web safe color of #024fad is #006699. Color #024fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01001111 10101101
Octal 2 117 255
Decimal 2 79 173
Hex 2 4F AD

RGB Percentages of Color #024fad

%0.79
%31.10
%68.11

CMYK Percentages of Color #024fad

%99
%54
%0
%32

Triadic Colors of #024fad

#024fad #ad024f #4fad02

Analogous Colors of #024fad

#024fad #0b02ad #02a5ad

Monochromatic Colors of #024fad

#024fad

Complementary Color

#024fad #ad6002

#024fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#024fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#024fad Color CSS Codes

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

#024fad Text Font Color

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

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


#024fad Background Color

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

This div background color is #024fad


#024fad Border Color

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

This div border color is #024fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #024fad


Comments

No comments written yet.

Please login to write comment.