Color Hex Logo

#feea48 Color Hex

#FEEA48
(254,234,72)
0 Favorites   0 Comments

Color spaces of #feea48

RGB 25423472
HSL0.150.990.64
HSV53°72°100°
CMYK 0.000.080.72   0.00
XYZ71.465680.384317.8800
Yxy80.38430.42110.4736
Hunter Lab89.6573-14.618450.9361
CIE-Lab91.8570-10.238076.4389

#feea48 color RGB value is (254,234,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101010 01001000
Octal 376 352 110
Decimal 254 234 72
Hex FE EA 48

RGB Percentages of Color #feea48

%45.36
%41.79
%12.86

CMYK Percentages of Color #feea48

%0
%8
%72
%0

Triadic Colors of #feea48

#feea48 #48feea #ea48fe

Analogous Colors of #feea48

#feea48 #b7fe48 #fe8f48

Monochromatic Colors of #feea48

#feea48

Complementary Color

#feea48 #485cfe

#feea48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feea48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feea48 Color CSS Codes

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

#feea48 Text Font Color

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

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


#feea48 Background Color

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

This div background color is #feea48


#feea48 Border Color

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

This div border color is #feea48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feea48


Comments

No comments written yet.

Please login to write comment.