Color Hex Logo

#184daa Color Hex

#184DAA
(24,77,170)
0 Favorites   0 Comments

Color spaces of #184daa

RGB 2477170
HSL0.610.750.38
HSV218°86°67°
CMYK 0.860.550.00   0.33
XYZ10.28638.404239.1102
Yxy8.40420.17800.1454
Hunter Lab28.990012.6033-59.6947
CIE-Lab34.810919.2617-54.5646

#184daa color RGB value is (24,77,170).

#184daa hex color red value is 24, green value is 77 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #184daa hue: 0.61 , saturation: 0.75 and the lightness value of 184daa is 0.38.

The process color (four color CMYK) of #184daa color hex is 0.86, 0.55, 0.00, 0.33. Web safe color of #184daa is #006699. Color #184daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 01001101 10101010
Octal 30 115 252
Decimal 24 77 170
Hex 18 4D AA

RGB Percentages of Color #184daa

%8.86
%28.41
%62.73

CMYK Percentages of Color #184daa

%86
%55
%0
%33

Triadic Colors of #184daa

#184daa #aa184d #4daa18

Analogous Colors of #184daa

#184daa #2c18aa #1896aa

Monochromatic Colors of #184daa

#184daa

Complementary Color

#184daa #aa7518

#184daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#184daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#184daa Color CSS Codes

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

#184daa Text Font Color

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

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


#184daa Background Color

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

This div background color is #184daa


#184daa Border Color

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

This div border color is #184daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #184daa


Comments

No comments written yet.

Please login to write comment.