Color Hex Logo

#ffe0ac Color Hex

#FFE0AC
(255,224,172)
0 Favorites   0 Comments

Color spaces of #ffe0ac

RGB 255224172
HSL0.101.000.84
HSV38°33°100°
CMYK 0.000.120.33   0.00
XYZ75.342077.549950.0274
Yxy77.54990.37130.3822
Hunter Lab88.0624-1.393227.9616
CIE-Lab90.57413.368029.4200

#ffe0ac color RGB value is (255,224,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11100000 10101100
Octal 377 340 254
Decimal 255 224 172
Hex FF E0 AC

RGB Percentages of Color #ffe0ac

%39.17
%34.41
%26.42

CMYK Percentages of Color #ffe0ac

%0
%12
%33
%0

Triadic Colors of #ffe0ac

#ffe0ac #acffe0 #e0acff

Analogous Colors of #ffe0ac

#ffe0ac #f5ffac #ffb7ac

Monochromatic Colors of #ffe0ac

#ffe0ac

Complementary Color

#ffe0ac #accbff

#ffe0ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe0ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe0ac Color CSS Codes

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

#ffe0ac Text Font Color

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

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


#ffe0ac Background Color

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

This div background color is #ffe0ac


#ffe0ac Border Color

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

This div border color is #ffe0ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,224,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 #ffe0ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe0ac

Related Colors

#ffe0ac Color Palettes


Comments

No comments written yet.

Please login to write comment.