Color Hex Logo

#024abe Color Hex

#024ABE
(2,74,190)
0 Favorites   0 Comments

Color spaces of #024abe

RGB 274190
HSL0.600.980.38
HSV217°99°75°
CMYK 0.990.610.00   0.25
XYZ11.76818.628249.7604
Yxy8.62820.16770.1230
Hunter Lab29.373820.1088-79.8780
CIE-Lab35.258428.2653-65.6769

#024abe color RGB value is (2,74,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 01001010 10111110
Octal 2 112 276
Decimal 2 74 190
Hex 2 4A BE

RGB Percentages of Color #024abe

%0.75
%27.82
%71.43

CMYK Percentages of Color #024abe

%99
%61
%0
%25

Triadic Colors of #024abe

#024abe #be024a #4abe02

Analogous Colors of #024abe

#024abe #1802be #02a8be

Monochromatic Colors of #024abe

#024abe

Complementary Color

#024abe #be7602

#024abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#024abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#024abe Color CSS Codes

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

#024abe Text Font Color

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

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


#024abe Background Color

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

This div background color is #024abe


#024abe Border Color

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

This div border color is #024abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #024abe


Comments

No comments written yet.

Please login to write comment.