Color Hex Logo

#284cab Color Hex

#284CAB
(40,76,171)
0 Favorites   0 Comments

Color spaces of #284cab

RGB 4076171
HSL0.620.620.41
HSV224°77°67°
CMYK 0.770.560.00   0.33
XYZ10.81028.560339.6106
Yxy8.56030.18330.1451
Hunter Lab29.258014.7504-59.7885
CIE-Lab35.123521.8925-54.6293

#284cab color RGB value is (40,76,171).

#284cab hex color red value is 40, green value is 76 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #284cab hue: 0.62 , saturation: 0.62 and the lightness value of 284cab is 0.41.

The process color (four color CMYK) of #284cab color hex is 0.77, 0.56, 0.00, 0.33. Web safe color of #284cab is #333399. Color #284cab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 01001100 10101011
Octal 50 114 253
Decimal 40 76 171
Hex 28 4C AB

RGB Percentages of Color #284cab

%13.94
%26.48
%59.58

CMYK Percentages of Color #284cab

%77
%56
%0
%33

Triadic Colors of #284cab

#284cab #ab284c #4cab28

Analogous Colors of #284cab

#284cab #4528ab #288eab

Monochromatic Colors of #284cab

#284cab

Complementary Color

#284cab #ab8728

#284cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#284cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#284cab Color CSS Codes

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

#284cab Text Font Color

<p style="color:#284cab">Text here</p>

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


#284cab Background Color

<div style="background-color:#284cab">
Div content here</div>

This div background color is #284cab


#284cab Border Color

<div style="border:3px solid #284cab">
Div here</div>

This div border color is #284cab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(40,76,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #284cab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #284cab;
  -webkit-box-shadow: 1px 1px 3px 2px #284cab;
  box-shadow:         1px 1px 3px 2px #284cab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #284cab


Comments

No comments written yet.

Please login to write comment.