Color Hex Logo

#fefcab Color Hex

#FEFCAB
(254,252,171)
0 Favorites   0 Comments

Color spaces of #fefcab

RGB 254252171
HSL0.160.980.83
HSV59°33°100°
CMYK 0.000.010.33   0.00
XYZ83.034193.631952.2245
Yxy93.63190.36280.4091
Hunter Lab96.7636-16.163135.7350
CIE-Lab97.4835-11.173339.1057

#fefcab color RGB value is (254,252,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111100 10101011
Octal 376 374 253
Decimal 254 252 171
Hex FE FC AB

RGB Percentages of Color #fefcab

%37.52
%37.22
%25.26

CMYK Percentages of Color #fefcab

%0
%1
%33
%0

Triadic Colors of #fefcab

#fefcab #abfefc #fcabfe

Analogous Colors of #fefcab

#fefcab #d7feab #fed3ab

Monochromatic Colors of #fefcab

#fefcab

Complementary Color

#fefcab #abadfe

#fefcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefcab Color CSS Codes

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

#fefcab Text Font Color

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

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


#fefcab Background Color

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

This div background color is #fefcab


#fefcab Border Color

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

This div border color is #fefcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefcab

Related Colors


Comments

No comments written yet.

Please login to write comment.