Color Hex Logo

#284aeb Color Hex

#284AEB
(40,74,235)
0 Favorites   0 Comments

Color spaces of #284aeb

RGB 4074235
HSL0.640.830.54
HSV230°83°92°
CMYK 0.830.690.00   0.08
XYZ18.319211.346879.8219
Yxy11.34680.16730.1036
Hunter Lab33.685038.1264-116.9174
CIE-Lab40.158546.7565-83.5116

#284aeb color RGB value is (40,74,235).

#284aeb hex color red value is 40, green value is 74 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #284aeb hue: 0.64 , saturation: 0.83 and the lightness value of 284aeb is 0.54.

The process color (four color CMYK) of #284aeb color hex is 0.83, 0.69, 0.00, 0.08. Web safe color of #284aeb is #3333ff. Color #284aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 01001010 11101011
Octal 50 112 353
Decimal 40 74 235
Hex 28 4A EB

RGB Percentages of Color #284aeb

%11.46
%21.20
%67.34

CMYK Percentages of Color #284aeb

%83
%69
%0
%8

Triadic Colors of #284aeb

#284aeb #eb284a #4aeb28

Analogous Colors of #284aeb

#284aeb #6828eb #28aceb

Monochromatic Colors of #284aeb

#284aeb

Complementary Color

#284aeb #ebc928

#284aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#284aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#284aeb Color CSS Codes

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

#284aeb Text Font Color

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

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


#284aeb Background Color

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

This div background color is #284aeb


#284aeb Border Color

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

This div border color is #284aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #284aeb


Comments

No comments written yet.

Please login to write comment.