Color Hex Logo

#ffe5ac Color Hex

#FFE5AC
(255,229,172)
0 Favorites   0 Comments

Color spaces of #ffe5ac

RGB 255229172
HSL0.111.000.84
HSV41°33°100°
CMYK 0.000.100.33   0.00
XYZ76.705780.277250.4819
Yxy80.27720.36970.3869
Hunter Lab89.5975-3.979429.3125
CIE-Lab91.80910.820031.0834

#ffe5ac color RGB value is (255,229,172).

#ffe5ac hex color red value is 255, green value is 229 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ffe5ac hue: 0.11 , saturation: 1.00 and the lightness value of ffe5ac is 0.84.

The process color (four color CMYK) of #ffe5ac color hex is 0.00, 0.10, 0.33, 0.00. Web safe color of #ffe5ac is #ffcc99. Color #ffe5ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11100101 10101100
Octal 377 345 254
Decimal 255 229 172
Hex FF E5 AC

RGB Percentages of Color #ffe5ac

%38.87
%34.91
%26.22

CMYK Percentages of Color #ffe5ac

%0
%10
%33
%0

Triadic Colors of #ffe5ac

#ffe5ac #acffe5 #e5acff

Analogous Colors of #ffe5ac

#ffe5ac #f0ffac #ffbcac

Monochromatic Colors of #ffe5ac

#ffe5ac

Complementary Color

#ffe5ac #acc6ff

#ffe5ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe5ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe5ac Color CSS Codes

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

#ffe5ac Text Font Color

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

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


#ffe5ac Background Color

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

This div background color is #ffe5ac


#ffe5ac Border Color

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

This div border color is #ffe5ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe5ac


Comments

No comments written yet.

Please login to write comment.