Color Hex Logo

#284fab Color Hex

#284FAB
(40,79,171)
0 Favorites   0 Comments

Color spaces of #284fab

RGB 4079171
HSL0.620.620.41
HSV222°77°67°
CMYK 0.770.540.00   0.33
XYZ11.02178.983439.6811
Yxy8.98340.18470.1505
Hunter Lab29.972313.1881-57.5149
CIE-Lab35.952319.8899-53.2850

#284fab color RGB value is (40,79,171).

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

The process color (four color CMYK) of #284fab color hex is 0.77, 0.54, 0.00, 0.33. Web safe color of #284fab is #336699. Color #284fab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 01001111 10101011
Octal 50 117 253
Decimal 40 79 171
Hex 28 4F AB

RGB Percentages of Color #284fab

%13.79
%27.24
%58.97

CMYK Percentages of Color #284fab

%77
%54
%0
%33

Triadic Colors of #284fab

#284fab #ab284f #4fab28

Analogous Colors of #284fab

#284fab #4328ab #2891ab

Monochromatic Colors of #284fab

#284fab

Complementary Color

#284fab #ab8428

#284fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#284fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#284fab Color CSS Codes

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

#284fab Text Font Color

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

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


#284fab Background Color

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

This div background color is #284fab


#284fab Border Color

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

This div border color is #284fab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(40,79,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 #284fab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #284fab


Comments

No comments written yet.

Please login to write comment.