Color Hex Logo

#284daf Color Hex

#284DAF
(40,77,175)
0 Favorites   0 Comments

Color spaces of #284daf

RGB 4077175
HSL0.620.630.42
HSV224°77°69°
CMYK 0.770.560.00   0.31
XYZ11.26688.854041.6726
Yxy8.85400.18230.1433
Hunter Lab29.755715.5155-62.2062
CIE-Lab35.701722.7644-56.0682

#284daf color RGB value is (40,77,175).

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

The process color (four color CMYK) of #284daf color hex is 0.77, 0.56, 0.00, 0.31. Web safe color of #284daf is #336699. Color #284daf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 01001101 10101111
Octal 50 115 257
Decimal 40 77 175
Hex 28 4D AF

RGB Percentages of Color #284daf

%13.70
%26.37
%59.93

CMYK Percentages of Color #284daf

%77
%56
%0
%31

Triadic Colors of #284daf

#284daf #af284d #4daf28

Analogous Colors of #284daf

#284daf #4628af #2891af

Monochromatic Colors of #284daf

#284daf

Complementary Color

#284daf #af8a28

#284daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#284daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#284daf Color CSS Codes

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

#284daf Text Font Color

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

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


#284daf Background Color

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

This div background color is #284daf


#284daf Border Color

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

This div border color is #284daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #284daf


Comments

No comments written yet.

Please login to write comment.