Color Hex Logo

#feddab Color Hex

#FEDDAB
(254,221,171)
0 Favorites   0 Comments

Color spaces of #feddab

RGB 254221171
HSL0.100.980.83
HSV36°33°100°
CMYK 0.000.130.33   0.00
XYZ74.080275.724049.2398
Yxy75.72400.37220.3804
Hunter Lab87.0195-0.326227.3646
CIE-Lab89.73104.404128.7806

#feddab color RGB value is (254,221,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011101 10101011
Octal 376 335 253
Decimal 254 221 171
Hex FE DD AB

RGB Percentages of Color #feddab

%39.32
%34.21
%26.47

CMYK Percentages of Color #feddab

%0
%13
%33
%0

Triadic Colors of #feddab

#feddab #abfedd #ddabfe

Analogous Colors of #feddab

#feddab #f6feab #feb4ab

Monochromatic Colors of #feddab

#feddab

Complementary Color

#feddab #abccfe

#feddab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feddab Color Preview on White Background

Lorem ipsum dolor sit amet.

#feddab Color CSS Codes

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

#feddab Text Font Color

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

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


#feddab Background Color

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

This div background color is #feddab


#feddab Border Color

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

This div border color is #feddab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feddab


Comments

No comments written yet.

Please login to write comment.