Color Hex Logo

#024cea Color Hex

#024CEA
(2,76,234)
0 Favorites   0 Comments

Color spaces of #024cea

RGB 276234
HSL0.610.980.46
HSV221°99°92°
CMYK 0.990.680.00   0.08
XYZ17.460811.122379.0684
Yxy11.12230.16220.1033
Hunter Lab33.350135.0928-117.2231
CIE-Lab39.785743.7801-83.5852

#024cea color RGB value is (2,76,234).

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

The process color (four color CMYK) of #024cea color hex is 0.99, 0.68, 0.00, 0.08. Web safe color of #024cea is #0033ff. Color #024cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01001100 11101010
Octal 2 114 352
Decimal 2 76 234
Hex 2 4C EA

RGB Percentages of Color #024cea

%0.64
%24.36
%75.00

CMYK Percentages of Color #024cea

%99
%68
%0
%8

Triadic Colors of #024cea

#024cea #ea024c #4cea02

Analogous Colors of #024cea

#024cea #2c02ea #02c0ea

Monochromatic Colors of #024cea

#024cea

Complementary Color

#024cea #eaa002

#024cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#024cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#024cea Color CSS Codes

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

#024cea Text Font Color

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

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


#024cea Background Color

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

This div background color is #024cea


#024cea Border Color

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

This div border color is #024cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #024cea


Comments

No comments written yet.

Please login to write comment.