Color Hex Logo

#1804ae Color Hex

#1804AE
(24,4,174)
0 Favorites   0 Comments

Color spaces of #1804ae

RGB 244174
HSL0.690.960.35
HSV247°98°68°
CMYK 0.860.980.00   0.32
XYZ8.06013.337040.2637
Yxy3.33700.15600.0646
Hunter Lab18.267546.7910-117.8952
CIE-Lab21.345958.6961-79.1642

#1804ae color RGB value is (24,4,174).

#1804ae hex color red value is 24, green value is 4 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #1804ae hue: 0.69 , saturation: 0.96 and the lightness value of 1804ae is 0.35.

The process color (four color CMYK) of #1804ae color hex is 0.86, 0.98, 0.00, 0.32. Web safe color of #1804ae is #000099. Color #1804ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 00000100 10101110
Octal 30 4 256
Decimal 24 4 174
Hex 18 4 AE

RGB Percentages of Color #1804ae

%11.88
%1.98
%86.14

CMYK Percentages of Color #1804ae

%86
%98
%0
%32

Triadic Colors of #1804ae

#1804ae #ae1804 #04ae18

Analogous Colors of #1804ae

#1804ae #6d04ae #0445ae

Monochromatic Colors of #1804ae

#1804ae

Complementary Color

#1804ae #9aae04

#1804ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1804ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#1804ae Color CSS Codes

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

#1804ae Text Font Color

<p style="color:#1804ae">Text here</p>

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


#1804ae Background Color

<div style="background-color:#1804ae">
Div content here</div>

This div background color is #1804ae


#1804ae Border Color

<div style="border:3px solid #1804ae">
Div here</div>

This div border color is #1804ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,4,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1804ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1804ae;
  -webkit-box-shadow: 1px 1px 3px 2px #1804ae;
  box-shadow:         1px 1px 3px 2px #1804ae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1804ae


Comments

No comments written yet.

Please login to write comment.