Color Hex Logo

#feeaad Color Hex

#FEEAAD
(254,234,173)
0 Favorites   0 Comments

Color spaces of #feeaad

RGB 254234173
HSL0.130.980.84
HSV45°32°100°
CMYK 0.000.080.32   0.00
XYZ77.838782.933651.4404
Yxy82.93360.36680.3908
Hunter Lab91.0679-6.799030.2571
CIE-Lab92.9854-1.969332.1379

#feeaad color RGB value is (254,234,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101010 10101101
Octal 376 352 255
Decimal 254 234 173
Hex FE EA AD

RGB Percentages of Color #feeaad

%38.43
%35.40
%26.17

CMYK Percentages of Color #feeaad

%0
%8
%32
%0

Triadic Colors of #feeaad

#feeaad #adfeea #eaadfe

Analogous Colors of #feeaad

#feeaad #eafead #fec2ad

Monochromatic Colors of #feeaad

#feeaad

Complementary Color

#feeaad #adc1fe

#feeaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feeaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#feeaad Color CSS Codes

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

#feeaad Text Font Color

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

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


#feeaad Background Color

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

This div background color is #feeaad


#feeaad Border Color

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

This div border color is #feeaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feeaad

Related Colors


Comments

No comments written yet.

Please login to write comment.