Color Hex Logo

#ffeacc Color Hex

#FFEACC
(255,234,204)
0 Favorites   0 Comments

Color spaces of #ffeacc

RGB 255234204
HSL0.101.000.90
HSV35°20°100°
CMYK 0.000.080.20   0.00
XYZ81.561984.465369.1314
Yxy84.46530.34680.3592
Hunter Lab91.9050-2.422419.7353
CIE-Lab93.65222.499017.1585

#ffeacc color RGB value is (255,234,204).

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

The process color (four color CMYK) of #ffeacc color hex is 0.00, 0.08, 0.20, 0.00. Web safe color of #ffeacc is #ffffcc. Color #ffeacc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101010 11001100
Octal 377 352 314
Decimal 255 234 204
Hex FF EA CC

RGB Percentages of Color #ffeacc

%36.80
%33.77
%29.44

CMYK Percentages of Color #ffeacc

%0
%8
%20
%0

Triadic Colors of #ffeacc

#ffeacc #ccffea #eaccff

Analogous Colors of #ffeacc

#ffeacc #fbffcc #ffd1cc

Monochromatic Colors of #ffeacc

#ffeacc

Complementary Color

#ffeacc #cce1ff

#ffeacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffeacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffeacc Color CSS Codes

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

#ffeacc Text Font Color

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

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


#ffeacc Background Color

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

This div background color is #ffeacc


#ffeacc Border Color

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

This div border color is #ffeacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffeacc

Related Colors

#ffeacc Color Palettes


Comments

No comments written yet.

Please login to write comment.