Color Hex Logo

#fefea0 Color Hex

#FEFEA0
(254,254,160)
0 Favorites   0 Comments

Color spaces of #fefea0

RGB 254254160
HSL0.170.980.81
HSV60°37°100°
CMYK 0.000.000.37   0.00
XYZ82.660094.492547.1399
Yxy94.49250.36850.4213
Hunter Lab97.2073-18.325639.2929
CIE-Lab97.8301-13.386344.9586

#fefea0 color RGB value is (254,254,160).

#fefea0 hex color red value is 254, green value is 254 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #fefea0 hue: 0.17 , saturation: 0.98 and the lightness value of fefea0 is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111110 10100000
Octal 376 376 240
Decimal 254 254 160
Hex FE FE A0

RGB Percentages of Color #fefea0

%38.02
%38.02
%23.95

CMYK Percentages of Color #fefea0

%0
%0
%37
%0

Triadic Colors of #fefea0

#fefea0 #a0fefe #fea0fe

Analogous Colors of #fefea0

#fefea0 #cffea0 #fecfa0

Monochromatic Colors of #fefea0

#fefea0

Complementary Color

#fefea0 #a0a0fe

#fefea0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefea0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefea0 Color CSS Codes

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

#fefea0 Text Font Color

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

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


#fefea0 Background Color

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

This div background color is #fefea0


#fefea0 Border Color

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

This div border color is #fefea0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefea0

Related Colors


Comments

No comments written yet.

Please login to write comment.