Color Hex Logo

#182edb Color Hex

#182EDB
(24,46,219)
0 Favorites   0 Comments

Color spaces of #182edb

RGB 2446219
HSL0.650.800.48
HSV233°89°86°
CMYK 0.890.790.00   0.14
XYZ14.13997.262767.6744
Yxy7.26270.15870.0815
Hunter Lab26.949446.4945-130.0224
CIE-Lab32.397656.3245-87.2367

#182edb color RGB value is (24,46,219).

#182edb hex color red value is 24, green value is 46 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #182edb hue: 0.65 , saturation: 0.80 and the lightness value of 182edb is 0.48.

The process color (four color CMYK) of #182edb color hex is 0.89, 0.79, 0.00, 0.14. Web safe color of #182edb is #0033cc. Color #182edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 00101110 11011011
Octal 30 56 333
Decimal 24 46 219
Hex 18 2E DB

RGB Percentages of Color #182edb

%8.30
%15.92
%75.78

CMYK Percentages of Color #182edb

%89
%79
%0
%14

Triadic Colors of #182edb

#182edb #db182e #2edb18

Analogous Colors of #182edb

#182edb #6418db #1890db

Monochromatic Colors of #182edb

#182edb

Complementary Color

#182edb #dbc518

#182edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#182edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#182edb Color CSS Codes

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

#182edb Text Font Color

<p style="color:#182edb">Text here</p>

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


#182edb Background Color

<div style="background-color:#182edb">
Div content here</div>

This div background color is #182edb


#182edb Border Color

<div style="border:3px solid #182edb">
Div here</div>

This div border color is #182edb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,46,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #182edb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #182edb;
  -webkit-box-shadow: 1px 1px 3px 2px #182edb;
  box-shadow:         1px 1px 3px 2px #182edb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #182edb


Comments

No comments written yet.

Please login to write comment.