Color Hex Logo

#fedfab Color Hex

#FEDFAB
(254,223,171)
1 Favorites   0 Comments

Color spaces of #fedfab

RGB 254223171
HSL0.100.980.83
HSV38°33°100°
CMYK 0.000.120.33   0.00
XYZ74.611476.786549.4169
Yxy76.78650.37150.3824
Hunter Lab87.6279-1.363827.9035
CIE-Lab90.22333.379729.4455

#fedfab color RGB value is (254,223,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011111 10101011
Octal 376 337 253
Decimal 254 223 171
Hex FE DF AB

RGB Percentages of Color #fedfab

%39.20
%34.41
%26.39

CMYK Percentages of Color #fedfab

%0
%12
%33
%0

Triadic Colors of #fedfab

#fedfab #abfedf #dfabfe

Analogous Colors of #fedfab

#fedfab #f4feab #feb6ab

Monochromatic Colors of #fedfab

#fedfab

Complementary Color

#fedfab #abcafe

#fedfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedfab Color CSS Codes

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

#fedfab Text Font Color

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

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


#fedfab Background Color

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

This div background color is #fedfab


#fedfab Border Color

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

This div border color is #fedfab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedfab

Related Colors


Comments

No comments written yet.

Please login to write comment.