Color Hex Logo

#18084e Color Hex

#18084E
(24,8,78)
0 Favorites   0 Comments

Color spaces of #18084e

RGB 24878
HSL0.700.810.17
HSV254°90°31°
CMYK 0.690.900.00   0.69
XYZ1.83870.91797.2880
Yxy0.91790.18310.0914
Hunter Lab9.580717.4909-38.3951
CIE-Lab8.287929.5340-39.3287

#18084e color RGB value is (24,8,78).

#18084e hex color red value is 24, green value is 8 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #18084e hue: 0.70 , saturation: 0.81 and the lightness value of 18084e is 0.17.

The process color (four color CMYK) of #18084e color hex is 0.69, 0.90, 0.00, 0.69. Web safe color of #18084e is #000066. Color #18084e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 00001000 01001110
Octal 30 10 116
Decimal 24 8 78
Hex 18 8 4E

RGB Percentages of Color #18084e

%21.82
%7.27
%70.91

CMYK Percentages of Color #18084e

%69
%90
%0
%69

Triadic Colors of #18084e

#18084e #4e1808 #084e18

Analogous Colors of #18084e

#18084e #3b084e #081b4e

Monochromatic Colors of #18084e

#18084e

Complementary Color

#18084e #3e4e08

#18084e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18084e Color Preview on White Background

Lorem ipsum dolor sit amet.

#18084e Color CSS Codes

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

#18084e Text Font Color

<p style="color:#18084e">Text here</p>

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


#18084e Background Color

<div style="background-color:#18084e">
Div content here</div>

This div background color is #18084e


#18084e Border Color

<div style="border:3px solid #18084e">
Div here</div>

This div border color is #18084e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,8,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #18084e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #18084e;
  -webkit-box-shadow: 1px 1px 3px 2px #18084e;
  box-shadow:         1px 1px 3px 2px #18084e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18084e


Comments

No comments written yet.

Please login to write comment.