Color Hex Logo

#feee0d Color Hex

#FEEE0D
(254,238,13)
0 Favorites   0 Comments

Color spaces of #feee0d

RGB 25423813
HSL0.160.990.52
HSV56°95°100°
CMYK 0.000.060.95   0.00
XYZ71.520282.249012.4869
Yxy82.24900.43020.4947
Hunter Lab90.6912-17.942455.3205
CIE-Lab92.6846-13.689690.2182

#feee0d color RGB value is (254,238,13).

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

The process color (four color CMYK) of #feee0d color hex is 0.00, 0.06, 0.95, 0.00. Web safe color of #feee0d is #ffff00. Color #feee0d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101110 00001101
Octal 376 356 15
Decimal 254 238 13
Hex FE EE D

RGB Percentages of Color #feee0d

%50.30
%47.13
%2.57

CMYK Percentages of Color #feee0d

%0
%6
%95
%0

Triadic Colors of #feee0d

#feee0d #0dfeee #ee0dfe

Analogous Colors of #feee0d

#feee0d #96fe0d #fe760d

Monochromatic Colors of #feee0d

#feee0d

Complementary Color

#feee0d #0d1dfe

#feee0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feee0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#feee0d Color CSS Codes

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

#feee0d Text Font Color

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

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


#feee0d Background Color

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

This div background color is #feee0d


#feee0d Border Color

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

This div border color is #feee0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feee0d

Related Colors


Comments

No comments written yet.

Please login to write comment.