Color Hex Logo

#284aaf Color Hex

#284AAF
(40,74,175)
0 Favorites   0 Comments

Color spaces of #284aaf

RGB 4074175
HSL0.620.630.42
HSV225°77°69°
CMYK 0.770.580.00   0.31
XYZ11.06178.443841.6042
Yxy8.44380.18100.1382
Hunter Lab29.058217.0984-64.5479
CIE-Lab34.890624.7610-57.3871

#284aaf color RGB value is (40,74,175).

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

The process color (four color CMYK) of #284aaf color hex is 0.77, 0.58, 0.00, 0.31. Web safe color of #284aaf is #333399. Color #284aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 01001010 10101111
Octal 50 112 257
Decimal 40 74 175
Hex 28 4A AF

RGB Percentages of Color #284aaf

%13.84
%25.61
%60.55

CMYK Percentages of Color #284aaf

%77
%58
%0
%31

Triadic Colors of #284aaf

#284aaf #af284a #4aaf28

Analogous Colors of #284aaf

#284aaf #4a28af #288eaf

Monochromatic Colors of #284aaf

#284aaf

Complementary Color

#284aaf #af8d28

#284aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#284aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#284aaf Color CSS Codes

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

#284aaf Text Font Color

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

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


#284aaf Background Color

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

This div background color is #284aaf


#284aaf Border Color

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

This div border color is #284aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #284aaf


Comments

No comments written yet.

Please login to write comment.