Color Hex Logo

#fefcaa Color Hex

#FEFCAA
(254,252,170)
1 Favorites   0 Comments

Color spaces of #fefcaa

RGB 254252170
HSL0.160.980.83
HSV59°33°100°
CMYK 0.000.010.33   0.00
XYZ82.939293.593951.7243
Yxy93.59390.36340.4100
Hunter Lab96.7439-16.272736.0213
CIE-Lab97.4681-11.289339.5807

#fefcaa color RGB value is (254,252,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111100 10101010
Octal 376 374 252
Decimal 254 252 170
Hex FE FC AA

RGB Percentages of Color #fefcaa

%37.57
%37.28
%25.15

CMYK Percentages of Color #fefcaa

%0
%1
%33
%0

Triadic Colors of #fefcaa

#fefcaa #aafefc #fcaafe

Analogous Colors of #fefcaa

#fefcaa #d6feaa #fed2aa

Monochromatic Colors of #fefcaa

#fefcaa

Complementary Color

#fefcaa #aaacfe

#fefcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefcaa Color CSS Codes

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

#fefcaa Text Font Color

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

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


#fefcaa Background Color

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

This div background color is #fefcaa


#fefcaa Border Color

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

This div border color is #fefcaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,252,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fefcaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefcaa

Related Colors


Comments

No comments written yet.

Please login to write comment.