Color Hex Logo

#1812ae Color Hex

#1812AE
(24,18,174)
0 Favorites   0 Comments

Color spaces of #1812ae

RGB 2418174
HSL0.670.810.38
HSV242°90°68°
CMYK 0.860.900.00   0.32
XYZ8.23303.682840.3213
Yxy3.68280.15760.0705
Hunter Lab19.190642.9950-111.1404
CIE-Lab22.593854.8771-77.0812

#1812ae color RGB value is (24,18,174).

#1812ae hex color red value is 24, green value is 18 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #1812ae hue: 0.67 , saturation: 0.81 and the lightness value of 1812ae is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 00010010 10101110
Octal 30 22 256
Decimal 24 18 174
Hex 18 12 AE

RGB Percentages of Color #1812ae

%11.11
%8.33
%80.56

CMYK Percentages of Color #1812ae

%86
%90
%0
%32

Triadic Colors of #1812ae

#1812ae #ae1812 #12ae18

Analogous Colors of #1812ae

#1812ae #6612ae #125aae

Monochromatic Colors of #1812ae

#1812ae

Complementary Color

#1812ae #a8ae12

#1812ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1812ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#1812ae Color CSS Codes

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

#1812ae Text Font Color

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

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


#1812ae Background Color

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

This div background color is #1812ae


#1812ae Border Color

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

This div border color is #1812ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(24,18,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 #1812ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1812ae


Comments

No comments written yet.

Please login to write comment.