Color Hex Logo

#184add Color Hex

#184ADD
(24,74,221)
0 Favorites   0 Comments

Color spaces of #184add

RGB 2474221
HSL0.620.800.48
HSV225°89°87°
CMYK 0.890.670.00   0.13
XYZ15.876610.312269.5603
Yxy10.31220.16580.1077
Hunter Lab32.112632.0540-105.9514
CIE-Lab38.397040.8957-78.4638

#184add color RGB value is (24,74,221).

#184add hex color red value is 24, green value is 74 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #184add hue: 0.62 , saturation: 0.80 and the lightness value of 184add is 0.48.

The process color (four color CMYK) of #184add color hex is 0.89, 0.67, 0.00, 0.13. Web safe color of #184add is #0033cc. Color #184add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 01001010 11011101
Octal 30 112 335
Decimal 24 74 221
Hex 18 4A DD

RGB Percentages of Color #184add

%7.52
%23.20
%69.28

CMYK Percentages of Color #184add

%89
%67
%0
%13

Triadic Colors of #184add

#184add #dd184a #4add18

Analogous Colors of #184add

#184add #4818dd #18addd

Monochromatic Colors of #184add

#184add

Complementary Color

#184add #ddab18

#184add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#184add Color Preview on White Background

Lorem ipsum dolor sit amet.

#184add Color CSS Codes

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

#184add Text Font Color

<p style="color:#184add">Text here</p>

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


#184add Background Color

<div style="background-color:#184add">
Div content here</div>

This div background color is #184add


#184add Border Color

<div style="border:3px solid #184add">
Div here</div>

This div border color is #184add


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,74,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #184add; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #184add;
  -webkit-box-shadow: 1px 1px 3px 2px #184add;
  box-shadow:         1px 1px 3px 2px #184add; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #184add


Comments

No comments written yet.

Please login to write comment.