Color Hex Logo

#ffae0d Color Hex

#FFAE0D
(255,174,13)
0 Favorites   0 Comments

Color spaces of #ffae0d

RGB 25517413
HSL0.111.000.53
HSV40°95°100°
CMYK 0.000.320.95   0.00
XYZ56.448751.56127.3579
Yxy51.56120.48930.4469
Hunter Lab71.806114.662944.1889
CIE-Lab77.017719.344678.9122

#ffae0d color RGB value is (255,174,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101110 00001101
Octal 377 256 15
Decimal 255 174 13
Hex FF AE D

RGB Percentages of Color #ffae0d

%57.69
%39.37
%2.94

CMYK Percentages of Color #ffae0d

%0
%32
%95
%0

Triadic Colors of #ffae0d

#ffae0d #0dffae #ae0dff

Analogous Colors of #ffae0d

#ffae0d #d7ff0d #ff350d

Monochromatic Colors of #ffae0d

#ffae0d

Complementary Color

#ffae0d #0d5eff

#ffae0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffae0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffae0d Color CSS Codes

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

#ffae0d Text Font Color

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

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


#ffae0d Background Color

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

This div background color is #ffae0d


#ffae0d Border Color

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

This div border color is #ffae0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffae0d

Related Colors


Comments

No comments written yet.

Please login to write comment.