Color Hex Logo

#feedab Color Hex

#FEEDAB
(254,237,171)
0 Favorites   0 Comments

Color spaces of #feedab

RGB 254237171
HSL0.130.980.83
HSV48°33°100°
CMYK 0.000.070.33   0.00
XYZ78.507984.579550.7157
Yxy84.57950.36720.3956
Hunter Lab91.9671-8.565631.6812
CIE-Lab93.7016-3.719934.1077

#feedab color RGB value is (254,237,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101101 10101011
Octal 376 355 253
Decimal 254 237 171
Hex FE ED AB

RGB Percentages of Color #feedab

%38.37
%35.80
%25.83

CMYK Percentages of Color #feedab

%0
%7
%33
%0

Triadic Colors of #feedab

#feedab #abfeed #edabfe

Analogous Colors of #feedab

#feedab #e6feab #fec4ab

Monochromatic Colors of #feedab

#feedab

Complementary Color

#feedab #abbcfe

#feedab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feedab Color Preview on White Background

Lorem ipsum dolor sit amet.

#feedab Color CSS Codes

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

#feedab Text Font Color

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

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


#feedab Background Color

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

This div background color is #feedab


#feedab Border Color

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

This div border color is #feedab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feedab


Comments

No comments written yet.

Please login to write comment.