Color Hex Logo

#284ceb Color Hex

#284CEB
(40,76,235)
0 Favorites   0 Comments

Color spaces of #284ceb

RGB 4076235
HSL0.640.830.54
HSV229°83°92°
CMYK 0.830.680.00   0.08
XYZ18.454911.618279.8671
Yxy11.61820.16790.1057
Hunter Lab34.085536.9957-115.0650
CIE-Lab40.602845.5532-82.7797

#284ceb color RGB value is (40,76,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101000 01001100 11101011
Octal 50 114 353
Decimal 40 76 235
Hex 28 4C EB

RGB Percentages of Color #284ceb

%11.40
%21.65
%66.95

CMYK Percentages of Color #284ceb

%83
%68
%0
%8

Triadic Colors of #284ceb

#284ceb #eb284c #4ceb28

Analogous Colors of #284ceb

#284ceb #6628eb #28aeeb

Monochromatic Colors of #284ceb

#284ceb

Complementary Color

#284ceb #ebc728

#284ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#284ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#284ceb Color CSS Codes

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

#284ceb Text Font Color

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

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


#284ceb Background Color

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

This div background color is #284ceb


#284ceb Border Color

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

This div border color is #284ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #284ceb


Comments

No comments written yet.

Please login to write comment.