Color Hex Logo

#284aad Color Hex

#284AAD
(40,74,173)
0 Favorites   0 Comments

Color spaces of #284aad

RGB 4074173
HSL0.620.620.42
HSV225°77°68°
CMYK 0.770.570.00   0.32
XYZ10.86678.365840.5772
Yxy8.36580.18170.1399
Hunter Lab28.923716.4464-62.9317
CIE-Lab34.733423.9955-56.4540

#284aad color RGB value is (40,74,173).

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

The process color (four color CMYK) of #284aad color hex is 0.77, 0.57, 0.00, 0.32. Web safe color of #284aad is #333399. Color #284aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 01001010 10101101
Octal 50 112 255
Decimal 40 74 173
Hex 28 4A AD

RGB Percentages of Color #284aad

%13.94
%25.78
%60.28

CMYK Percentages of Color #284aad

%77
%57
%0
%32

Triadic Colors of #284aad

#284aad #ad284a #4aad28

Analogous Colors of #284aad

#284aad #4928ad #288dad

Monochromatic Colors of #284aad

#284aad

Complementary Color

#284aad #ad8b28

#284aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#284aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#284aad Color CSS Codes

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

#284aad Text Font Color

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

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


#284aad Background Color

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

This div background color is #284aad


#284aad Border Color

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

This div border color is #284aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #284aad


Comments

No comments written yet.

Please login to write comment.