Color Hex Logo

#284bae Color Hex

#284BAE
(40,75,174)
0 Favorites   0 Comments

Color spaces of #284bae

RGB 4075174
HSL0.620.630.42
HSV224°77°68°
CMYK 0.770.570.00   0.32
XYZ11.03118.539341.1112
Yxy8.53930.18180.1407
Hunter Lab29.222116.2437-62.9569
CIE-Lab35.081723.7118-56.4821

#284bae color RGB value is (40,75,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101000 01001011 10101110
Octal 50 113 256
Decimal 40 75 174
Hex 28 4B AE

RGB Percentages of Color #284bae

%13.84
%25.95
%60.21

CMYK Percentages of Color #284bae

%77
%57
%0
%32

Triadic Colors of #284bae

#284bae #ae284b #4bae28

Analogous Colors of #284bae

#284bae #4828ae #288eae

Monochromatic Colors of #284bae

#284bae

Complementary Color

#284bae #ae8b28

#284bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#284bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#284bae Color CSS Codes

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

#284bae Text Font Color

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

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


#284bae Background Color

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

This div background color is #284bae


#284bae Border Color

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

This div border color is #284bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #284bae


Comments

No comments written yet.

Please login to write comment.