Color Hex Logo

#fffeab Color Hex

#FFFEAB
(255,254,171)
0 Favorites   0 Comments

Color spaces of #fffeab

RGB 255254171
HSL0.161.000.84
HSV59°33°100°
CMYK 0.000.000.33   0.00
XYZ84.032595.083952.4521
Yxy95.08390.36290.4106
Hunter Lab97.5110-16.817436.3650
CIE-Lab98.0671-11.780739.8849

#fffeab color RGB value is (255,254,171).

#fffeab hex color red value is 255, green value is 254 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #fffeab hue: 0.16 , saturation: 1.00 and the lightness value of fffeab is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111110 10101011
Octal 377 376 253
Decimal 255 254 171
Hex FF FE AB

RGB Percentages of Color #fffeab

%37.50
%37.35
%25.15

CMYK Percentages of Color #fffeab

%0
%0
%33
%0

Triadic Colors of #fffeab

#fffeab #abfffe #feabff

Analogous Colors of #fffeab

#fffeab #d6ffab #ffd4ab

Monochromatic Colors of #fffeab

#fffeab

Complementary Color

#fffeab #abacff

#fffeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffeab Color CSS Codes

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

#fffeab Text Font Color

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

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


#fffeab Background Color

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

This div background color is #fffeab


#fffeab Border Color

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

This div border color is #fffeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffeab

#fffeab Color Palettes


Comments

No comments written yet.

Please login to write comment.