Color Hex Logo

#024cee Color Hex

#024CEE
(2,76,238)
0 Favorites   0 Comments

Color spaces of #024cee

RGB 276238
HSL0.610.980.47
HSV221°99°93°
CMYK 0.990.680.00   0.07
XYZ18.042111.354882.1297
Yxy11.35480.16180.1018
Hunter Lab33.696936.6035-120.9202
CIE-Lab40.171745.2360-85.2103

#024cee color RGB value is (2,76,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 01001100 11101110
Octal 2 114 356
Decimal 2 76 238
Hex 2 4C EE

RGB Percentages of Color #024cee

%0.63
%24.05
%75.32

CMYK Percentages of Color #024cee

%99
%68
%0
%7

Triadic Colors of #024cee

#024cee #ee024c #4cee02

Analogous Colors of #024cee

#024cee #2e02ee #02c2ee

Monochromatic Colors of #024cee

#024cee

Complementary Color

#024cee #eea402

#024cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#024cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#024cee Color CSS Codes

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

#024cee Text Font Color

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

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


#024cee Background Color

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

This div background color is #024cee


#024cee Border Color

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

This div border color is #024cee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(2,76,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 #024cee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #024cee


Comments

No comments written yet.

Please login to write comment.