Color Hex Logo

#ffae0e Color Hex

#FFAE0E
(255,174,14)
0 Favorites   0 Comments

Color spaces of #ffae0e

RGB 25517414
HSL0.111.000.53
HSV40°95°100°
CMYK 0.000.320.95   0.00
XYZ56.455351.56387.3928
Yxy51.56380.48920.4468
Hunter Lab71.807914.672644.1615
CIE-Lab77.019319.354278.7863

#ffae0e color RGB value is (255,174,14).

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

The process color (four color CMYK) of #ffae0e color hex is 0.00, 0.32, 0.95, 0.00. Web safe color of #ffae0e is #ff9900. Color #ffae0e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101110 00001110
Octal 377 256 16
Decimal 255 174 14
Hex FF AE E

RGB Percentages of Color #ffae0e

%57.56
%39.28
%3.16

CMYK Percentages of Color #ffae0e

%0
%32
%95
%0

Triadic Colors of #ffae0e

#ffae0e #0effae #ae0eff

Analogous Colors of #ffae0e

#ffae0e #d8ff0e #ff350e

Monochromatic Colors of #ffae0e

#ffae0e

Complementary Color

#ffae0e #0e5fff

#ffae0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffae0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffae0e Color CSS Codes

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

#ffae0e Text Font Color

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

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


#ffae0e Background Color

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

This div background color is #ffae0e


#ffae0e Border Color

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

This div border color is #ffae0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffae0e


Comments

No comments written yet.

Please login to write comment.