Color Hex Logo

#ffae2e Color Hex

#FFAE2E
(255,174,46)
0 Favorites   0 Comments

Color spaces of #ffae2e

RGB 25517446
HSL0.101.000.59
HSV37°82°100°
CMYK 0.000.320.82   0.00
XYZ56.869251.72949.5722
Yxy51.72940.48120.4378
Hunter Lab71.923215.273342.4553
CIE-Lab77.118719.950171.6198

#ffae2e color RGB value is (255,174,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101110 00101110
Octal 377 256 56
Decimal 255 174 46
Hex FF AE 2E

RGB Percentages of Color #ffae2e

%53.68
%36.63
%9.68

CMYK Percentages of Color #ffae2e

%0
%32
%82
%0

Triadic Colors of #ffae2e

#ffae2e #2effae #ae2eff

Analogous Colors of #ffae2e

#ffae2e #e8ff2e #ff462e

Monochromatic Colors of #ffae2e

#ffae2e

Complementary Color

#ffae2e #2e7fff

#ffae2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffae2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffae2e Color CSS Codes

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

#ffae2e Text Font Color

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

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


#ffae2e Background Color

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

This div background color is #ffae2e


#ffae2e Border Color

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

This div border color is #ffae2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffae2e


Comments

No comments written yet.

Please login to write comment.