Color Hex Logo

#ffae2d Color Hex

#FFAE2D
(255,174,45)
0 Favorites   0 Comments

Color spaces of #ffae2d

RGB 25517445
HSL0.101.000.59
HSV37°82°100°
CMYK 0.000.320.82   0.00
XYZ56.849751.72169.4696
Yxy51.72160.48160.4382
Hunter Lab71.917715.245142.5355
CIE-Lab77.114119.922171.9306

#ffae2d color RGB value is (255,174,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101110 00101101
Octal 377 256 55
Decimal 255 174 45
Hex FF AE 2D

RGB Percentages of Color #ffae2d

%53.80
%36.71
%9.49

CMYK Percentages of Color #ffae2d

%0
%32
%82
%0

Triadic Colors of #ffae2d

#ffae2d #2dffae #ae2dff

Analogous Colors of #ffae2d

#ffae2d #e7ff2d #ff452d

Monochromatic Colors of #ffae2d

#ffae2d

Complementary Color

#ffae2d #2d7eff

#ffae2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffae2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffae2d Color CSS Codes

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

#ffae2d Text Font Color

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

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


#ffae2d Background Color

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

This div background color is #ffae2d


#ffae2d Border Color

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

This div border color is #ffae2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffae2d

Related Colors


Comments

No comments written yet.

Please login to write comment.