Color Hex Logo

#284cbb Color Hex

#284CBB
(40,76,187)
0 Favorites   0 Comments

Color spaces of #284cbb

RGB 4076187
HSL0.630.650.45
HSV225°79°73°
CMYK 0.790.590.00   0.27
XYZ12.42929.207948.1359
Yxy9.20790.17810.1320
Hunter Lab30.344520.0112-72.8113
CIE-Lab36.381528.0058-62.0454

#284cbb color RGB value is (40,76,187).

#284cbb hex color red value is 40, green value is 76 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #284cbb hue: 0.63 , saturation: 0.65 and the lightness value of 284cbb is 0.45.

The process color (four color CMYK) of #284cbb color hex is 0.79, 0.59, 0.00, 0.27. Web safe color of #284cbb is #3333cc. Color #284cbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 01001100 10111011
Octal 50 114 273
Decimal 40 76 187
Hex 28 4C BB

RGB Percentages of Color #284cbb

%13.20
%25.08
%61.72

CMYK Percentages of Color #284cbb

%79
%59
%0
%27

Triadic Colors of #284cbb

#284cbb #bb284c #4cbb28

Analogous Colors of #284cbb

#284cbb #4d28bb #2896bb

Monochromatic Colors of #284cbb

#284cbb

Complementary Color

#284cbb #bb9728

#284cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#284cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#284cbb Color CSS Codes

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

#284cbb Text Font Color

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

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


#284cbb Background Color

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

This div background color is #284cbb


#284cbb Border Color

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

This div border color is #284cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #284cbb


Comments

No comments written yet.

Please login to write comment.