Color Hex Logo

#ffae1c Color Hex

#FFAE1C
(255,174,28)
0 Favorites   0 Comments

Color spaces of #ffae1c

RGB 25517428
HSL0.111.000.55
HSV39°89°100°
CMYK 0.000.320.89   0.00
XYZ56.585751.61598.0791
Yxy51.61590.48660.4439
Hunter Lab71.844214.862243.6236
CIE-Lab77.050619.542676.3898

#ffae1c color RGB value is (255,174,28).

#ffae1c hex color red value is 255, green value is 174 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #ffae1c hue: 0.11 , saturation: 1.00 and the lightness value of ffae1c is 0.55.

The process color (four color CMYK) of #ffae1c color hex is 0.00, 0.32, 0.89, 0.00. Web safe color of #ffae1c is #ff9933. Color #ffae1c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101110 00011100
Octal 377 256 34
Decimal 255 174 28
Hex FF AE 1C

RGB Percentages of Color #ffae1c

%55.80
%38.07
%6.13

CMYK Percentages of Color #ffae1c

%0
%32
%89
%0

Triadic Colors of #ffae1c

#ffae1c #1cffae #ae1cff

Analogous Colors of #ffae1c

#ffae1c #dfff1c #ff3d1c

Monochromatic Colors of #ffae1c

#ffae1c

Complementary Color

#ffae1c #1c6dff

#ffae1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffae1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffae1c Color CSS Codes

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

#ffae1c Text Font Color

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

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


#ffae1c Background Color

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

This div background color is #ffae1c


#ffae1c Border Color

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

This div border color is #ffae1c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffae1c

Related Colors


Comments

No comments written yet.

Please login to write comment.