Color Hex Logo

#0424ee Color Hex

#0424EE
(4,36,238)
0 Favorites   0 Comments

Color spaces of #0424ee

RGB 436238
HSL0.640.970.47
HSV232°98°93°
CMYK 0.980.850.00   0.07
XYZ16.11367.460681.4797
Yxy7.46060.15340.0710
Hunter Lab27.314157.5041-157.7460
CIE-Lab32.833366.2408-97.3812

#0424ee color RGB value is (4,36,238).

#0424ee hex color red value is 4, green value is 36 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #0424ee hue: 0.64 , saturation: 0.97 and the lightness value of 0424ee is 0.47.

The process color (four color CMYK) of #0424ee color hex is 0.98, 0.85, 0.00, 0.07. Web safe color of #0424ee is #0033ff. Color #0424ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00100100 11101110
Octal 4 44 356
Decimal 4 36 238
Hex 4 24 EE

RGB Percentages of Color #0424ee

%1.44
%12.95
%85.61

CMYK Percentages of Color #0424ee

%98
%85
%0
%7

Triadic Colors of #0424ee

#0424ee #ee0424 #24ee04

Analogous Colors of #0424ee

#0424ee #5904ee #0499ee

Monochromatic Colors of #0424ee

#0424ee

Complementary Color

#0424ee #eece04

#0424ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0424ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#0424ee Color CSS Codes

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

#0424ee Text Font Color

<p style="color:#0424ee">Text here</p>

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


#0424ee Background Color

<div style="background-color:#0424ee">
Div content here</div>

This div background color is #0424ee


#0424ee Border Color

<div style="border:3px solid #0424ee">
Div here</div>

This div border color is #0424ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,36,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0424ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0424ee;
  -webkit-box-shadow: 1px 1px 3px 2px #0424ee;
  box-shadow:         1px 1px 3px 2px #0424ee; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0424ee


Comments

No comments written yet.

Please login to write comment.