color codes Logo

#ae103c color codes

#AE103C
(174,16,60)
0 Favorites   0 Comments

Color spaces of #ae103c

RGB 1741660
HSL0.950.830.37
HSV343°91°68°
CMYK 0.000.910.66   0.32
XYZ18.45659.69555.1736
Yxy9.69550.55380.2909
Hunter Lab31.137651.313311.9451
CIE-Lab37.290359.839419.4405

#ae103c color RGB value is (174,16,60).

#ae103c hex color red value is 174, green value is 16 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #ae103c hue: 0.95 , saturation: 0.83 and the lightness value of ae103c is 0.37.

The process color (four color CMYK) of #ae103c color code is 0.00, 0.91, 0.66, 0.32. Web safe color of #ae103c is #990033. Color #ae103c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010000 00111100
Octal 256 20 74
Decimal 174 16 60
Hex AE 10 3C

RGB Percentages of Color #ae103c

%69.60
%6.40
%24.00

CMYK Percentages of Color #ae103c

%0
%91
%66
%32

Triadic Colors of #ae103c

#ae103c #3cae10 #103cae

Analogous Colors of #ae103c

#ae103c #ae3310 #ae108b

Monochromatic Colors of #ae103c

#ae103c

Complementary Color

#ae103c #10ae82

#ae103c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae103c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae103c Color CSS Codes

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

#ae103c Text Font Color

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

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


#ae103c Background Color

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

This div background color is #ae103c


#ae103c Border Color

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

This div border color is #ae103c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae103c


Comments

No comments written yet.

Please login to write comment.