Color Hex Logo

#284fae Color Hex

#284FAE
(40,79,174)
0 Favorites   0 Comments

Color spaces of #284fae

RGB 4079174
HSL0.620.630.42
HSV223°77°68°
CMYK 0.770.550.00   0.32
XYZ11.31109.099141.2045
Yxy9.09910.18360.1477
Hunter Lab30.164714.1447-59.8739
CIE-Lab36.174421.0475-54.7074

#284fae color RGB value is (40,79,174).

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

The process color (four color CMYK) of #284fae color hex is 0.77, 0.55, 0.00, 0.32. Web safe color of #284fae is #336699. Color #284fae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 01001111 10101110
Octal 50 117 256
Decimal 40 79 174
Hex 28 4F AE

RGB Percentages of Color #284fae

%13.65
%26.96
%59.39

CMYK Percentages of Color #284fae

%77
%55
%0
%32

Triadic Colors of #284fae

#284fae #ae284f #4fae28

Analogous Colors of #284fae

#284fae #4428ae #2892ae

Monochromatic Colors of #284fae

#284fae

Complementary Color

#284fae #ae8728

#284fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#284fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#284fae Color CSS Codes

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

#284fae Text Font Color

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

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


#284fae Background Color

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

This div background color is #284fae


#284fae Border Color

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

This div border color is #284fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #284fae


Comments

No comments written yet.

Please login to write comment.