Color Hex Logo

#fefaab Color Hex

#FEFAAB
(254,250,171)
0 Favorites   0 Comments

Color spaces of #fefaab

RGB 254250171
HSL0.160.980.83
HSV57°33°100°
CMYK 0.000.020.33   0.00
XYZ82.409392.382352.0162
Yxy92.38230.36330.4073
Hunter Lab96.1157-15.157235.1943
CIE-Lab96.9764-10.189438.4398

#fefaab color RGB value is (254,250,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111010 10101011
Octal 376 372 253
Decimal 254 250 171
Hex FE FA AB

RGB Percentages of Color #fefaab

%37.63
%37.04
%25.33

CMYK Percentages of Color #fefaab

%0
%2
%33
%0

Triadic Colors of #fefaab

#fefaab #abfefa #faabfe

Analogous Colors of #fefaab

#fefaab #d9feab #fed1ab

Monochromatic Colors of #fefaab

#fefaab

Complementary Color

#fefaab #abaffe

#fefaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefaab Color CSS Codes

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

#fefaab Text Font Color

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

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


#fefaab Background Color

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

This div background color is #fefaab


#fefaab Border Color

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

This div border color is #fefaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefaab


Comments

No comments written yet.

Please login to write comment.