Color Hex Logo

#ffae6f Color Hex

#FFAE6F
(255,174,111)
0 Favorites   0 Comments

Color spaces of #ffae6f

RGB 255174111
HSL0.071.000.72
HSV26°56°100°
CMYK 0.000.320.56   0.00
XYZ59.245352.679822.0846
Yxy52.67980.44210.3931
Hunter Lab72.580918.687032.7661
CIE-Lab77.685623.295044.0173

#ffae6f color RGB value is (255,174,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101110 01101111
Octal 377 256 157
Decimal 255 174 111
Hex FF AE 6F

RGB Percentages of Color #ffae6f

%47.22
%32.22
%20.56

CMYK Percentages of Color #ffae6f

%0
%32
%56
%0

Triadic Colors of #ffae6f

#ffae6f #6fffae #ae6fff

Analogous Colors of #ffae6f

#ffae6f #fff66f #ff6f78

Monochromatic Colors of #ffae6f

#ffae6f

Complementary Color

#ffae6f #6fc0ff

#ffae6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffae6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffae6f Color CSS Codes

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

#ffae6f Text Font Color

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

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


#ffae6f Background Color

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

This div background color is #ffae6f


#ffae6f Border Color

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

This div border color is #ffae6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffae6f


Comments

No comments written yet.

Please login to write comment.