Color Hex Logo

#ffeaaa Color Hex

#FFEAAA
(255,234,170)
0 Favorites   0 Comments

Color spaces of #ffeaaa

RGB 255234170
HSL0.131.000.83
HSV45°33°100°
CMYK 0.000.080.33   0.00
XYZ77.918583.007949.9456
Yxy83.00790.36950.3936
Hunter Lab91.1087-6.782331.2734
CIE-Lab93.0179-1.949833.7176

#ffeaaa color RGB value is (255,234,170).

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

The process color (four color CMYK) of #ffeaaa color hex is 0.00, 0.08, 0.33, 0.00. Web safe color of #ffeaaa is #ffff99. Color #ffeaaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101010 10101010
Octal 377 352 252
Decimal 255 234 170
Hex FF EA AA

RGB Percentages of Color #ffeaaa

%38.69
%35.51
%25.80

CMYK Percentages of Color #ffeaaa

%0
%8
%33
%0

Triadic Colors of #ffeaaa

#ffeaaa #aaffea #eaaaff

Analogous Colors of #ffeaaa

#ffeaaa #eaffaa #ffc0aa

Monochromatic Colors of #ffeaaa

#ffeaaa

Complementary Color

#ffeaaa #aabfff

#ffeaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffeaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffeaaa Color CSS Codes

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

#ffeaaa Text Font Color

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

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


#ffeaaa Background Color

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

This div background color is #ffeaaa


#ffeaaa Border Color

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

This div border color is #ffeaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffeaaa

Related Colors

#ffeaaa Color Palettes


Comments

No comments written yet.

Please login to write comment.