Color Hex Logo

#024ecd Color Hex

#024ECD
(2,78,205)
0 Favorites   0 Comments

Color spaces of #024ecd

RGB 278205
HSL0.600.980.41
HSV218°99°80°
CMYK 0.990.620.00   0.20
XYZ13.76899.869558.9369
Yxy9.86950.16670.1195
Hunter Lab31.415823.2554-89.2388
CIE-Lab37.607231.5318-70.5681

#024ecd color RGB value is (2,78,205).

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

The process color (four color CMYK) of #024ecd color hex is 0.99, 0.62, 0.00, 0.20. Web safe color of #024ecd is #0066cc. Color #024ecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01001110 11001101
Octal 2 116 315
Decimal 2 78 205
Hex 2 4E CD

RGB Percentages of Color #024ecd

%0.70
%27.37
%71.93

CMYK Percentages of Color #024ecd

%99
%62
%0
%20

Triadic Colors of #024ecd

#024ecd #cd024e #4ecd02

Analogous Colors of #024ecd

#024ecd #1c02cd #02b4cd

Monochromatic Colors of #024ecd

#024ecd

Complementary Color

#024ecd #cd8102

#024ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#024ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#024ecd Color CSS Codes

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

#024ecd Text Font Color

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

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


#024ecd Background Color

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

This div background color is #024ecd


#024ecd Border Color

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

This div border color is #024ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #024ecd


Comments

No comments written yet.

Please login to write comment.