Color Hex Logo

#feea84 Color Hex

#FEEA84
(254,234,132)
0 Favorites   0 Comments

Color spaces of #feea84

RGB 254234132
HSL0.140.980.76
HSV50°48°100°
CMYK 0.000.080.48   0.00
XYZ74.460781.582433.6523
Yxy81.58240.39250.4301
Hunter Lab90.3230-10.912941.1360
CIE-Lab92.3902-6.271551.6574

#feea84 color RGB value is (254,234,132).

#feea84 hex color red value is 254, green value is 234 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #feea84 hue: 0.14 , saturation: 0.98 and the lightness value of feea84 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101010 10000100
Octal 376 352 204
Decimal 254 234 132
Hex FE EA 84

RGB Percentages of Color #feea84

%40.97
%37.74
%21.29

CMYK Percentages of Color #feea84

%0
%8
%48
%0

Triadic Colors of #feea84

#feea84 #84feea #ea84fe

Analogous Colors of #feea84

#feea84 #d5fe84 #fead84

Monochromatic Colors of #feea84

#feea84

Complementary Color

#feea84 #8498fe

#feea84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feea84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feea84 Color CSS Codes

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

#feea84 Text Font Color

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

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


#feea84 Background Color

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

This div background color is #feea84


#feea84 Border Color

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

This div border color is #feea84


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feea84

Related Colors


Comments

No comments written yet.

Please login to write comment.