Color Hex Logo

#024acf Color Hex

#024ACF
(2,74,207)
0 Favorites   0 Comments

Color spaces of #024acf

RGB 274207
HSL0.610.980.41
HSV219°99°81°
CMYK 0.990.640.00   0.19
XYZ13.73639.415560.1249
Yxy9.41550.16490.1131
Hunter Lab30.684726.2091-94.6961
CIE-Lab36.772334.9232-73.0955

#024acf color RGB value is (2,74,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 01001010 11001111
Octal 2 112 317
Decimal 2 74 207
Hex 2 4A CF

RGB Percentages of Color #024acf

%0.71
%26.15
%73.14

CMYK Percentages of Color #024acf

%99
%64
%0
%19

Triadic Colors of #024acf

#024acf #cf024a #4acf02

Analogous Colors of #024acf

#024acf #2002cf #02b1cf

Monochromatic Colors of #024acf

#024acf

Complementary Color

#024acf #cf8702

#024acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#024acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#024acf Color CSS Codes

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

#024acf Text Font Color

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

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


#024acf Background Color

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

This div background color is #024acf


#024acf Border Color

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

This div border color is #024acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #024acf


Comments

No comments written yet.

Please login to write comment.