Color Hex Logo

#184ab0 Color Hex

#184AB0
(24,74,176)
0 Favorites   0 Comments

Color spaces of #184ab0

RGB 2474176
HSL0.610.760.39
HSV220°86°69°
CMYK 0.860.580.00   0.31
XYZ10.66198.226342.1002
Yxy8.22630.17480.1349
Hunter Lab28.681516.1619-66.9518
CIE-Lab34.449823.6836-58.7215

#184ab0 color RGB value is (24,74,176).

#184ab0 hex color red value is 24, green value is 74 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #184ab0 hue: 0.61 , saturation: 0.76 and the lightness value of 184ab0 is 0.39.

The process color (four color CMYK) of #184ab0 color hex is 0.86, 0.58, 0.00, 0.31. Web safe color of #184ab0 is #003399. Color #184ab0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 01001010 10110000
Octal 30 112 260
Decimal 24 74 176
Hex 18 4A B0

RGB Percentages of Color #184ab0

%8.76
%27.01
%64.23

CMYK Percentages of Color #184ab0

%86
%58
%0
%31

Triadic Colors of #184ab0

#184ab0 #b0184a #4ab018

Analogous Colors of #184ab0

#184ab0 #3218b0 #1896b0

Monochromatic Colors of #184ab0

#184ab0

Complementary Color

#184ab0 #b07e18

#184ab0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#184ab0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#184ab0 Color CSS Codes

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

#184ab0 Text Font Color

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

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


#184ab0 Background Color

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

This div background color is #184ab0


#184ab0 Border Color

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

This div border color is #184ab0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #184ab0


Comments

No comments written yet.

Please login to write comment.