Color Hex Logo

#ffae58 Color Hex

#FFAE58
(255,174,88)
0 Favorites   0 Comments

Color spaces of #ffae58

RGB 25517488
HSL0.091.000.67
HSV31°65°100°
CMYK 0.000.320.65   0.00
XYZ58.137552.236716.2510
Yxy52.23670.45910.4125
Hunter Lab72.275017.103037.2611
CIE-Lab77.422221.751454.9838

#ffae58 color RGB value is (255,174,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101110 01011000
Octal 377 256 130
Decimal 255 174 88
Hex FF AE 58

RGB Percentages of Color #ffae58

%49.32
%33.66
%17.02

CMYK Percentages of Color #ffae58

%0
%32
%65
%0

Triadic Colors of #ffae58

#ffae58 #58ffae #ae58ff

Analogous Colors of #ffae58

#ffae58 #fdff58 #ff5b58

Monochromatic Colors of #ffae58

#ffae58

Complementary Color

#ffae58 #58a9ff

#ffae58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffae58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffae58 Color CSS Codes

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

#ffae58 Text Font Color

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

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


#ffae58 Background Color

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

This div background color is #ffae58


#ffae58 Border Color

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

This div border color is #ffae58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffae58


Comments

No comments written yet.

Please login to write comment.