Color Hex Logo

#024ecb Color Hex

#024ECB
(2,78,203)
0 Favorites   0 Comments

Color spaces of #024ecb

RGB 278203
HSL0.600.980.40
HSV217°99°80°
CMYK 0.990.620.00   0.20
XYZ13.52899.773557.6733
Yxy9.77350.16710.1207
Hunter Lab31.262622.5364-87.4945
CIE-Lab37.432830.7488-69.6955

#024ecb color RGB value is (2,78,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 01001110 11001011
Octal 2 116 313
Decimal 2 78 203
Hex 2 4E CB

RGB Percentages of Color #024ecb

%0.71
%27.56
%71.73

CMYK Percentages of Color #024ecb

%99
%62
%0
%20

Triadic Colors of #024ecb

#024ecb #cb024e #4ecb02

Analogous Colors of #024ecb

#024ecb #1b02cb #02b3cb

Monochromatic Colors of #024ecb

#024ecb

Complementary Color

#024ecb #cb7f02

#024ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#024ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#024ecb Color CSS Codes

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

#024ecb Text Font Color

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

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


#024ecb Background Color

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

This div background color is #024ecb


#024ecb Border Color

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

This div border color is #024ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #024ecb


Comments

No comments written yet.

Please login to write comment.