Color Hex Logo

#284acc Color Hex

#284ACC
(40,74,204)
0 Favorites   0 Comments

Color spaces of #284acc

RGB 4074204
HSL0.630.670.48
HSV228°80°80°
CMYK 0.800.640.00   0.20
XYZ14.22299.708358.2510
Yxy9.70830.17310.1181
Hunter Lab31.158126.9540-89.0336
CIE-Lab37.313735.6518-70.4393

#284acc color RGB value is (40,74,204).

#284acc hex color red value is 40, green value is 74 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #284acc hue: 0.63 , saturation: 0.67 and the lightness value of 284acc is 0.48.

The process color (four color CMYK) of #284acc color hex is 0.80, 0.64, 0.00, 0.20. Web safe color of #284acc is #3333cc. Color #284acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 01001010 11001100
Octal 50 112 314
Decimal 40 74 204
Hex 28 4A CC

RGB Percentages of Color #284acc

%12.58
%23.27
%64.15

CMYK Percentages of Color #284acc

%80
%64
%0
%20

Triadic Colors of #284acc

#284acc #cc284a #4acc28

Analogous Colors of #284acc

#284acc #5828cc #289ccc

Monochromatic Colors of #284acc

#284acc

Complementary Color

#284acc #ccaa28

#284acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#284acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#284acc Color CSS Codes

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

#284acc Text Font Color

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

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


#284acc Background Color

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

This div background color is #284acc


#284acc Border Color

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

This div border color is #284acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #284acc


Comments

No comments written yet.

Please login to write comment.