Color Hex Logo

#ffae7c Color Hex

#FFAE7C
(255,174,124)
0 Favorites   0 Comments

Color spaces of #ffae7c

RGB 255174124
HSL0.061.000.74
HSV23°51°100°
CMYK 0.000.320.51   0.00
XYZ60.014152.987326.1333
Yxy52.98730.43130.3808
Hunter Lab72.792419.778729.6689
CIE-Lab77.867524.350337.5490

#ffae7c color RGB value is (255,174,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101110 01111100
Octal 377 256 174
Decimal 255 174 124
Hex FF AE 7C

RGB Percentages of Color #ffae7c

%46.11
%31.46
%22.42

CMYK Percentages of Color #ffae7c

%0
%32
%51
%0

Triadic Colors of #ffae7c

#ffae7c #7cffae #ae7cff

Analogous Colors of #ffae7c

#ffae7c #fff07c #ff7c8c

Monochromatic Colors of #ffae7c

#ffae7c

Complementary Color

#ffae7c #7ccdff

#ffae7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffae7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffae7c Color CSS Codes

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

#ffae7c Text Font Color

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

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


#ffae7c Background Color

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

This div background color is #ffae7c


#ffae7c Border Color

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

This div border color is #ffae7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffae7c

Related Colors


Comments

No comments written yet.

Please login to write comment.