Color Hex Logo

#ffae2a Color Hex

#FFAE2A
(255,174,42)
0 Favorites   0 Comments

Color spaces of #ffae2a

RGB 25517442
HSL0.101.000.58
HSV37°84°100°
CMYK 0.000.320.84   0.00
XYZ56.794051.69939.1761
Yxy51.69930.48270.4394
Hunter Lab71.902215.164442.7650
CIE-Lab77.100719.842272.8326

#ffae2a color RGB value is (255,174,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101110 00101010
Octal 377 256 52
Decimal 255 174 42
Hex FF AE 2A

RGB Percentages of Color #ffae2a

%54.14
%36.94
%8.92

CMYK Percentages of Color #ffae2a

%0
%32
%84
%0

Triadic Colors of #ffae2a

#ffae2a #2affae #ae2aff

Analogous Colors of #ffae2a

#ffae2a #e6ff2a #ff432a

Monochromatic Colors of #ffae2a

#ffae2a

Complementary Color

#ffae2a #2a7bff

#ffae2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffae2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffae2a Color CSS Codes

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

#ffae2a Text Font Color

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

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


#ffae2a Background Color

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

This div background color is #ffae2a


#ffae2a Border Color

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

This div border color is #ffae2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffae2a


Comments

No comments written yet.

Please login to write comment.