Color Hex Logo

#feceab Color Hex

#FECEAB
(254,206,171)
3 Favorites   0 Comments

Color spaces of #feceab

RGB 254206171
HSL0.070.980.83
HSV25°33°100°
CMYK 0.000.190.33   0.00
XYZ70.295068.153747.9781
Yxy68.15370.37710.3656
Hunter Lab82.55537.519323.3315
CIE-Lab86.083212.152823.8139

#feceab color RGB value is (254,206,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001110 10101011
Octal 376 316 253
Decimal 254 206 171
Hex FE CE AB

RGB Percentages of Color #feceab

%40.25
%32.65
%27.10

CMYK Percentages of Color #feceab

%0
%19
%33
%0

Triadic Colors of #feceab

#feceab #abfece #ceabfe

Analogous Colors of #feceab

#feceab #fef8ab #feabb2

Monochromatic Colors of #feceab

#feceab

Complementary Color

#feceab #abdbfe

#feceab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feceab Color Preview on White Background

Lorem ipsum dolor sit amet.

#feceab Color CSS Codes

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

#feceab Text Font Color

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

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


#feceab Background Color

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

This div background color is #feceab


#feceab Border Color

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

This div border color is #feceab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feceab

#feceab Color Palettes


Comments

No comments written yet.

Please login to write comment.