Color Hex Logo

#fedeab Color Hex

#FEDEAB
(254,222,171)
0 Favorites   0 Comments

Color spaces of #fedeab

RGB 254222171
HSL0.100.980.83
HSV37°33°100°
CMYK 0.000.130.33   0.00
XYZ74.345076.253749.3281
Yxy76.25370.37190.3814
Hunter Lab87.3234-0.845327.6340
CIE-Lab89.97703.891529.1130

#fedeab color RGB value is (254,222,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011110 10101011
Octal 376 336 253
Decimal 254 222 171
Hex FE DE AB

RGB Percentages of Color #fedeab

%39.26
%34.31
%26.43

CMYK Percentages of Color #fedeab

%0
%13
%33
%0

Triadic Colors of #fedeab

#fedeab #abfede #deabfe

Analogous Colors of #fedeab

#fedeab #f5feab #feb5ab

Monochromatic Colors of #fedeab

#fedeab

Complementary Color

#fedeab #abcbfe

#fedeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedeab Color CSS Codes

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

#fedeab Text Font Color

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

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


#fedeab Background Color

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

This div background color is #fedeab


#fedeab Border Color

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

This div border color is #fedeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedeab

Related Colors

#fedeab Color Palettes


Comments

No comments written yet.

Please login to write comment.