Color Hex Logo

#feddad Color Hex

#FEDDAD
(254,221,173)
0 Favorites   0 Comments

Color spaces of #feddad

RGB 254221173
HSL0.100.980.84
HSV36°32°100°
CMYK 0.000.130.32   0.00
XYZ74.272375.800950.2516
Yxy75.80090.37080.3784
Hunter Lab87.0637-0.086726.7235
CIE-Lab89.76684.647327.7980

#feddad color RGB value is (254,221,173).

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

The process color (four color CMYK) of #feddad color hex is 0.00, 0.13, 0.32, 0.00. Web safe color of #feddad is #ffcc99. Color #feddad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011101 10101101
Octal 376 335 255
Decimal 254 221 173
Hex FE DD AD

RGB Percentages of Color #feddad

%39.20
%34.10
%26.70

CMYK Percentages of Color #feddad

%0
%13
%32
%0

Triadic Colors of #feddad

#feddad #adfedd #ddadfe

Analogous Colors of #feddad

#feddad #f7fead #feb5ad

Monochromatic Colors of #feddad

#feddad

Complementary Color

#feddad #adcefe

#feddad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feddad Color Preview on White Background

Lorem ipsum dolor sit amet.

#feddad Color CSS Codes

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

#feddad Text Font Color

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

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


#feddad Background Color

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

This div background color is #feddad


#feddad Border Color

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

This div border color is #feddad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feddad

Related Colors


Comments

No comments written yet.

Please login to write comment.