Color Hex Logo

#feef0d Color Hex

#FEEF0D
(254,239,13)
0 Favorites   0 Comments

Color spaces of #feef0d

RGB 25423913
HSL0.160.990.52
HSV56°95°100°
CMYK 0.000.060.95   0.00
XYZ71.812282.832912.5842
Yxy82.83290.42940.4953
Hunter Lab91.0126-18.429155.5109
CIE-Lab92.9412-14.177590.4089

#feef0d color RGB value is (254,239,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101111 00001101
Octal 376 357 15
Decimal 254 239 13
Hex FE EF D

RGB Percentages of Color #feef0d

%50.20
%47.23
%2.57

CMYK Percentages of Color #feef0d

%0
%6
%95
%0

Triadic Colors of #feef0d

#feef0d #0dfeef #ef0dfe

Analogous Colors of #feef0d

#feef0d #95fe0d #fe770d

Monochromatic Colors of #feef0d

#feef0d

Complementary Color

#feef0d #0d1cfe

#feef0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feef0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#feef0d Color CSS Codes

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

#feef0d Text Font Color

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

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


#feef0d Background Color

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

This div background color is #feef0d


#feef0d Border Color

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

This div border color is #feef0d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,239,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 #feef0d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feef0d

Related Colors


Comments

No comments written yet.

Please login to write comment.