color codes Logo

#feee4e color codes

#FEEE4E
(254,238,78)
0 Favorites   0 Comments

Color spaces of #feee4e

RGB 25423878
HSL0.150.990.65
HSV55°69°100°
CMYK 0.000.060.69   0.00
XYZ72.822782.770019.3458
Yxy82.77000.41630.4731
Hunter Lab90.9780-16.332551.0770
CIE-Lab92.9136-11.932575.3461

#feee4e color RGB value is (254,238,78).

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

The process color (four color CMYK) of #feee4e color code is 0.00, 0.06, 0.69, 0.00. Web safe color of #feee4e is #ffff66. Color #feee4e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101110 01001110
Octal 376 356 116
Decimal 254 238 78
Hex FE EE 4E

RGB Percentages of Color #feee4e

%44.56
%41.75
%13.68

CMYK Percentages of Color #feee4e

%0
%6
%69
%0

Triadic Colors of #feee4e

#feee4e #4efeee #ee4efe

Analogous Colors of #feee4e

#feee4e #b6fe4e #fe964e

Monochromatic Colors of #feee4e

#feee4e

Complementary Color

#feee4e #4e5efe

#feee4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feee4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#feee4e Color CSS Codes

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

#feee4e Text Font Color

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

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


#feee4e Background Color

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

This div background color is #feee4e


#feee4e Border Color

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

This div border color is #feee4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feee4e

Related Colors


Comments

No comments written yet.

Please login to write comment.