Color Hex Logo

#1854bd Color Hex

#1854BD
(24,84,189)
0 Favorites   0 Comments

Color spaces of #1854bd

RGB 2484189
HSL0.610.770.42
HSV218°87°74°
CMYK 0.870.560.00   0.26
XYZ12.732310.209049.4436
Yxy10.20900.17590.1410
Hunter Lab31.951515.2149-69.3826
CIE-Lab38.214922.1496-60.2517

#1854bd color RGB value is (24,84,189).

#1854bd hex color red value is 24, green value is 84 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #1854bd hue: 0.61 , saturation: 0.77 and the lightness value of 1854bd is 0.42.

The process color (four color CMYK) of #1854bd color hex is 0.87, 0.56, 0.00, 0.26. Web safe color of #1854bd is #0066cc. Color #1854bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 01010100 10111101
Octal 30 124 275
Decimal 24 84 189
Hex 18 54 BD

RGB Percentages of Color #1854bd

%8.08
%28.28
%63.64

CMYK Percentages of Color #1854bd

%87
%56
%0
%26

Triadic Colors of #1854bd

#1854bd #bd1854 #54bd18

Analogous Colors of #1854bd

#1854bd #2f18bd #18a7bd

Monochromatic Colors of #1854bd

#1854bd

Complementary Color

#1854bd #bd8118

#1854bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1854bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1854bd Color CSS Codes

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

#1854bd Text Font Color

<p style="color:#1854bd">Text here</p>

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


#1854bd Background Color

<div style="background-color:#1854bd">
Div content here</div>

This div background color is #1854bd


#1854bd Border Color

<div style="border:3px solid #1854bd">
Div here</div>

This div border color is #1854bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,84,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1854bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1854bd;
  -webkit-box-shadow: 1px 1px 3px 2px #1854bd;
  box-shadow:         1px 1px 3px 2px #1854bd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(24,84,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1854bd


Comments

No comments written yet.

Please login to write comment.