Color Hex Logo

#feea78 Color Hex

#FEEA78
(254,234,120)
0 Favorites   0 Comments

Color spaces of #feea78

RGB 254234120
HSL0.140.990.73
HSV51°53°100°
CMYK 0.000.080.53   0.00
XYZ73.686081.272529.5728
Yxy81.27250.39930.4404
Hunter Lab90.1513-11.866043.6567
CIE-Lab92.2528-7.283357.1216

#feea78 color RGB value is (254,234,120).

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

The process color (four color CMYK) of #feea78 color hex is 0.00, 0.08, 0.53, 0.00. Web safe color of #feea78 is #ffff66. Color #feea78 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101010 01111000
Octal 376 352 170
Decimal 254 234 120
Hex FE EA 78

RGB Percentages of Color #feea78

%41.78
%38.49
%19.74

CMYK Percentages of Color #feea78

%0
%8
%53
%0

Triadic Colors of #feea78

#feea78 #78feea #ea78fe

Analogous Colors of #feea78

#feea78 #cffe78 #fea778

Monochromatic Colors of #feea78

#feea78

Complementary Color

#feea78 #788cfe

#feea78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feea78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feea78 Color CSS Codes

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

#feea78 Text Font Color

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

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


#feea78 Background Color

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

This div background color is #feea78


#feea78 Border Color

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

This div border color is #feea78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feea78


Comments

No comments written yet.

Please login to write comment.