Color Hex Logo

#284cee Color Hex

#284CEE
(40,76,238)
0 Favorites   0 Comments

Color spaces of #284cee

RGB 4076238
HSL0.640.850.55
HSV229°83°93°
CMYK 0.830.680.00   0.07
XYZ18.892111.793082.1695
Yxy11.79300.16740.1045
Hunter Lab34.340938.1022-117.8279
CIE-Lab40.885246.6042-84.0096

#284cee color RGB value is (40,76,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101000 01001100 11101110
Octal 50 114 356
Decimal 40 76 238
Hex 28 4C EE

RGB Percentages of Color #284cee

%11.30
%21.47
%67.23

CMYK Percentages of Color #284cee

%83
%68
%0
%7

Triadic Colors of #284cee

#284cee #ee284c #4cee28

Analogous Colors of #284cee

#284cee #6728ee #28afee

Monochromatic Colors of #284cee

#284cee

Complementary Color

#284cee #eeca28

#284cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#284cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#284cee Color CSS Codes

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

#284cee Text Font Color

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

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


#284cee Background Color

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

This div background color is #284cee


#284cee Border Color

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

This div border color is #284cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #284cee


Comments

No comments written yet.

Please login to write comment.