Color Hex Logo

#ffae4d Color Hex

#FFAE4D
(255,174,77)
0 Favorites   0 Comments

Color spaces of #ffae4d

RGB 25517477
HSL0.091.000.65
HSV33°70°100°
CMYK 0.000.320.70   0.00
XYZ57.715652.067914.0294
Yxy52.06790.46620.4205
Hunter Lab72.158116.496438.9832
CIE-Lab77.321421.156559.8831

#ffae4d color RGB value is (255,174,77).

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

The process color (four color CMYK) of #ffae4d color hex is 0.00, 0.32, 0.70, 0.00. Web safe color of #ffae4d is #ff9966. Color #ffae4d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101110 01001101
Octal 377 256 115
Decimal 255 174 77
Hex FF AE 4D

RGB Percentages of Color #ffae4d

%50.40
%34.39
%15.22

CMYK Percentages of Color #ffae4d

%0
%32
%70
%0

Triadic Colors of #ffae4d

#ffae4d #4dffae #ae4dff

Analogous Colors of #ffae4d

#ffae4d #f7ff4d #ff554d

Monochromatic Colors of #ffae4d

#ffae4d

Complementary Color

#ffae4d #4d9eff

#ffae4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffae4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffae4d Color CSS Codes

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

#ffae4d Text Font Color

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

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


#ffae4d Background Color

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

This div background color is #ffae4d


#ffae4d Border Color

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

This div border color is #ffae4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffae4d


Comments

No comments written yet.

Please login to write comment.