Color Hex Logo

#fefea3 Color Hex

#FEFEA3
(254,254,163)
0 Favorites   0 Comments

Color spaces of #fefea3

RGB 254254163
HSL0.170.980.82
HSV60°36°100°
CMYK 0.000.000.36   0.00
XYZ82.925794.598848.5391
Yxy94.59880.36680.4185
Hunter Lab97.2619-18.018938.4943
CIE-Lab97.8728-13.059443.5498

#fefea3 color RGB value is (254,254,163).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111110 10100011
Octal 376 376 243
Decimal 254 254 163
Hex FE FE A3

RGB Percentages of Color #fefea3

%37.85
%37.85
%24.29

CMYK Percentages of Color #fefea3

%0
%0
%36
%0

Triadic Colors of #fefea3

#fefea3 #a3fefe #fea3fe

Analogous Colors of #fefea3

#fefea3 #d1fea3 #fed1a3

Monochromatic Colors of #fefea3

#fefea3

Complementary Color

#fefea3 #a3a3fe

#fefea3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefea3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefea3 Color CSS Codes

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

#fefea3 Text Font Color

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

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


#fefea3 Background Color

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

This div background color is #fefea3


#fefea3 Border Color

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

This div border color is #fefea3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefea3

Related Colors


Comments

No comments written yet.

Please login to write comment.