Color Hex Logo

#284faa Color Hex

#284FAA
(40,79,170)
0 Favorites   0 Comments

Color spaces of #284faa

RGB 4079170
HSL0.620.620.41
HSV222°76°67°
CMYK 0.760.540.00   0.33
XYZ10.92688.945439.1809
Yxy8.94540.18500.1515
Hunter Lab29.908912.8721-56.7343
CIE-Lab35.879019.5043-52.8087

#284faa color RGB value is (40,79,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101000 01001111 10101010
Octal 50 117 252
Decimal 40 79 170
Hex 28 4F AA

RGB Percentages of Color #284faa

%13.84
%27.34
%58.82

CMYK Percentages of Color #284faa

%76
%54
%0
%33

Triadic Colors of #284faa

#284faa #aa284f #4faa28

Analogous Colors of #284faa

#284faa #4228aa #2890aa

Monochromatic Colors of #284faa

#284faa

Complementary Color

#284faa #aa8328

#284faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#284faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#284faa Color CSS Codes

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

#284faa Text Font Color

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

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


#284faa Background Color

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

This div background color is #284faa


#284faa Border Color

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

This div border color is #284faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #284faa


Comments

No comments written yet.

Please login to write comment.