Color Hex Logo

#feef1d Color Hex

#FEEF1D
(254,239,29)
0 Favorites   0 Comments

Color spaces of #feef1d

RGB 25423929
HSL0.160.990.55
HSV56°89°100°
CMYK 0.000.060.89   0.00
XYZ71.961382.892513.3695
Yxy82.89250.42780.4928
Hunter Lab91.0453-18.244755.0253
CIE-Lab92.9674-13.975188.4682

#feef1d color RGB value is (254,239,29).

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

The process color (four color CMYK) of #feef1d color hex is 0.00, 0.06, 0.89, 0.00. Web safe color of #feef1d is #ffff33. Color #feef1d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101111 00011101
Octal 376 357 35
Decimal 254 239 29
Hex FE EF 1D

RGB Percentages of Color #feef1d

%48.66
%45.79
%5.56

CMYK Percentages of Color #feef1d

%0
%6
%89
%0

Triadic Colors of #feef1d

#feef1d #1dfeef #ef1dfe

Analogous Colors of #feef1d

#feef1d #9dfe1d #fe7f1d

Monochromatic Colors of #feef1d

#feef1d

Complementary Color

#feef1d #1d2cfe

#feef1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feef1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#feef1d Color CSS Codes

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

#feef1d Text Font Color

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

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


#feef1d Background Color

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

This div background color is #feef1d


#feef1d Border Color

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

This div border color is #feef1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feef1d

Related Colors


Comments

No comments written yet.

Please login to write comment.