Color Hex Logo

#feea47 Color Hex

#FEEA47
(254,234,71)
0 Favorites   0 Comments

Color spaces of #feea47

RGB 25423471
HSL0.150.990.64
HSV53°72°100°
CMYK 0.000.080.72   0.00
XYZ71.433280.371417.7095
Yxy80.37140.42140.4741
Hunter Lab89.6501-14.658951.0429
CIE-Lab91.8512-10.281876.7782

#feea47 color RGB value is (254,234,71).

#feea47 hex color red value is 254, green value is 234 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #feea47 hue: 0.15 , saturation: 0.99 and the lightness value of feea47 is 0.64.

The process color (four color CMYK) of #feea47 color hex is 0.00, 0.08, 0.72, 0.00. Web safe color of #feea47 is #ffff33. Color #feea47 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101010 01000111
Octal 376 352 107
Decimal 254 234 71
Hex FE EA 47

RGB Percentages of Color #feea47

%45.44
%41.86
%12.70

CMYK Percentages of Color #feea47

%0
%8
%72
%0

Triadic Colors of #feea47

#feea47 #47feea #ea47fe

Analogous Colors of #feea47

#feea47 #b7fe47 #fe8f47

Monochromatic Colors of #feea47

#feea47

Complementary Color

#feea47 #475bfe

#feea47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feea47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feea47 Color CSS Codes

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

#feea47 Text Font Color

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

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


#feea47 Background Color

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

This div background color is #feea47


#feea47 Border Color

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

This div border color is #feea47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feea47

Related Colors


Comments

No comments written yet.

Please login to write comment.