Color Hex Logo

#ffae5b Color Hex

#FFAE5B
(255,174,91)
1 Favorites   0 Comments

Color spaces of #ffae5b

RGB 25517491
HSL0.081.000.68
HSV30°64°100°
CMYK 0.000.320.64   0.00
XYZ58.264452.287416.9191
Yxy52.28740.45710.4102
Hunter Lab72.310017.285336.7443
CIE-Lab77.452421.929853.6015

#ffae5b color RGB value is (255,174,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101110 01011011
Octal 377 256 133
Decimal 255 174 91
Hex FF AE 5B

RGB Percentages of Color #ffae5b

%49.04
%33.46
%17.50

CMYK Percentages of Color #ffae5b

%0
%32
%64
%0

Triadic Colors of #ffae5b

#ffae5b #5bffae #ae5bff

Analogous Colors of #ffae5b

#ffae5b #feff5b #ff5c5b

Monochromatic Colors of #ffae5b

#ffae5b

Complementary Color

#ffae5b #5bacff

#ffae5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffae5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffae5b Color CSS Codes

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

#ffae5b Text Font Color

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

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


#ffae5b Background Color

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

This div background color is #ffae5b


#ffae5b Border Color

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

This div border color is #ffae5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffae5b

Related Colors

#ffae5b Color Palettes


Comments

No comments written yet.

Please login to write comment.