Color Hex Logo

#024eae Color Hex

#024EAE
(2,78,174)
0 Favorites   0 Comments

Color spaces of #024eae

RGB 278174
HSL0.590.980.35
HSV213°99°68°
CMYK 0.990.550.00   0.32
XYZ10.38948.517741.1409
Yxy8.51770.17300.1418
Hunter Lab29.185112.4690-63.1488
CIE-Lab35.038619.0736-56.5912

#024eae color RGB value is (2,78,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 01001110 10101110
Octal 2 116 256
Decimal 2 78 174
Hex 2 4E AE

RGB Percentages of Color #024eae

%0.79
%30.71
%68.50

CMYK Percentages of Color #024eae

%99
%55
%0
%32

Triadic Colors of #024eae

#024eae #ae024e #4eae02

Analogous Colors of #024eae

#024eae #0c02ae #02a4ae

Monochromatic Colors of #024eae

#024eae

Complementary Color

#024eae #ae6202

#024eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#024eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#024eae Color CSS Codes

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

#024eae Text Font Color

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

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


#024eae Background Color

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

This div background color is #024eae


#024eae Border Color

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

This div border color is #024eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #024eae


Comments

No comments written yet.

Please login to write comment.