Color Hex Logo

#284cec Color Hex

#284CEC
(40,76,236)
0 Favorites   0 Comments

Color spaces of #284cec

RGB 4076236
HSL0.640.840.54
HSV229°83°93°
CMYK 0.830.680.00   0.07
XYZ18.599811.676180.6303
Yxy11.67610.16770.1053
Hunter Lab34.170337.3642-115.9850
CIE-Lab40.696645.9043-83.1906

#284cec color RGB value is (40,76,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101000 01001100 11101100
Octal 50 114 354
Decimal 40 76 236
Hex 28 4C EC

RGB Percentages of Color #284cec

%11.36
%21.59
%67.05

CMYK Percentages of Color #284cec

%83
%68
%0
%7

Triadic Colors of #284cec

#284cec #ec284c #4cec28

Analogous Colors of #284cec

#284cec #6628ec #28aeec

Monochromatic Colors of #284cec

#284cec

Complementary Color

#284cec #ecc828

#284cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#284cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#284cec Color CSS Codes

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

#284cec Text Font Color

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

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


#284cec Background Color

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

This div background color is #284cec


#284cec Border Color

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

This div border color is #284cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #284cec


Comments

No comments written yet.

Please login to write comment.