Color Hex Logo

#ffeaad Color Hex

#FFEAAD
(255,234,173)
2 Favorites   0 Comments

Color spaces of #ffeaad

RGB 255234173
HSL0.121.000.84
HSV45°32°100°
CMYK 0.000.080.32   0.00
XYZ78.205683.122851.4576
Yxy83.12280.36750.3906
Hunter Lab91.1717-6.436130.3567
CIE-Lab93.0682-1.592432.2633

#ffeaad color RGB value is (255,234,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101010 10101101
Octal 377 352 255
Decimal 255 234 173
Hex FF EA AD

RGB Percentages of Color #ffeaad

%38.52
%35.35
%26.13

CMYK Percentages of Color #ffeaad

%0
%8
%32
%0

Triadic Colors of #ffeaad

#ffeaad #adffea #eaadff

Analogous Colors of #ffeaad

#ffeaad #ebffad #ffc1ad

Monochromatic Colors of #ffeaad

#ffeaad

Complementary Color

#ffeaad #adc2ff

#ffeaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffeaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffeaad Color CSS Codes

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

#ffeaad Text Font Color

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

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


#ffeaad Background Color

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

This div background color is #ffeaad


#ffeaad Border Color

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

This div border color is #ffeaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffeaad

Related Colors

#ffeaad Color Palettes


Comments

No comments written yet.

Please login to write comment.