Color Hex Logo

#ffae49 Color Hex

#FFAE49
(255,174,73)
1 Favorites   0 Comments

Color spaces of #ffae49

RGB 25517473
HSL0.091.000.64
HSV33°71°100°
CMYK 0.000.320.71   0.00
XYZ57.578752.013113.3081
Yxy52.01310.46850.4232
Hunter Lab72.120116.299339.5435
CIE-Lab77.288720.962661.5884

#ffae49 color RGB value is (255,174,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101110 01001001
Octal 377 256 111
Decimal 255 174 73
Hex FF AE 49

RGB Percentages of Color #ffae49

%50.80
%34.66
%14.54

CMYK Percentages of Color #ffae49

%0
%32
%71
%0

Triadic Colors of #ffae49

#ffae49 #49ffae #ae49ff

Analogous Colors of #ffae49

#ffae49 #f5ff49 #ff5349

Monochromatic Colors of #ffae49

#ffae49

Complementary Color

#ffae49 #499aff

#ffae49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffae49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffae49 Color CSS Codes

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

#ffae49 Text Font Color

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

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


#ffae49 Background Color

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

This div background color is #ffae49


#ffae49 Border Color

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

This div border color is #ffae49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffae49

#ffae49 Color Palettes


Comments

No comments written yet.

Please login to write comment.