Color Hex Logo

#feecab Color Hex

#FEECAB
(254,236,171)
0 Favorites   0 Comments

Color spaces of #feecab

RGB 254236171
HSL0.130.980.83
HSV47°33°100°
CMYK 0.000.070.33   0.00
XYZ78.219284.002050.6195
Yxy84.00200.36750.3947
Hunter Lab91.6526-8.054631.4111
CIE-Lab93.4514-3.217033.7744

#feecab color RGB value is (254,236,171).

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

The process color (four color CMYK) of #feecab color hex is 0.00, 0.07, 0.33, 0.00. Web safe color of #feecab is #ffff99. Color #feecab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101100 10101011
Octal 376 354 253
Decimal 254 236 171
Hex FE EC AB

RGB Percentages of Color #feecab

%38.43
%35.70
%25.87

CMYK Percentages of Color #feecab

%0
%7
%33
%0

Triadic Colors of #feecab

#feecab #abfeec #ecabfe

Analogous Colors of #feecab

#feecab #e7feab #fec3ab

Monochromatic Colors of #feecab

#feecab

Complementary Color

#feecab #abbdfe

#feecab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feecab Color Preview on White Background

Lorem ipsum dolor sit amet.

#feecab Color CSS Codes

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

#feecab Text Font Color

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

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


#feecab Background Color

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

This div background color is #feecab


#feecab Border Color

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

This div border color is #feecab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feecab


Comments

No comments written yet.

Please login to write comment.