Color Hex Logo

#feddac Color Hex

#FEDDAC
(254,221,172)
0 Favorites   0 Comments

Color spaces of #feddac

RGB 254221172
HSL0.100.980.84
HSV36°32°100°
CMYK 0.000.130.32   0.00
XYZ74.175975.762349.7438
Yxy75.76230.37150.3794
Hunter Lab87.0415-0.206827.0451
CIE-Lab89.74894.525328.2894

#feddac color RGB value is (254,221,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011101 10101100
Octal 376 335 254
Decimal 254 221 172
Hex FE DD AC

RGB Percentages of Color #feddac

%39.26
%34.16
%26.58

CMYK Percentages of Color #feddac

%0
%13
%32
%0

Triadic Colors of #feddac

#feddac #acfedd #ddacfe

Analogous Colors of #feddac

#feddac #f6feac #feb4ac

Monochromatic Colors of #feddac

#feddac

Complementary Color

#feddac #accdfe

#feddac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feddac Color Preview on White Background

Lorem ipsum dolor sit amet.

#feddac Color CSS Codes

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

#feddac Text Font Color

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

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


#feddac Background Color

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

This div background color is #feddac


#feddac Border Color

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

This div border color is #feddac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,221,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feddac

Related Colors


Comments

No comments written yet.

Please login to write comment.