Color Hex Logo

#fee43d Color Hex

#FEE43D
(254,228,61)
0 Favorites   0 Comments

Color spaces of #fee43d

RGB 25422861
HSL0.140.990.62
HSV52°76°100°
CMYK 0.000.100.76   0.00
XYZ69.458876.894615.5961
Yxy76.89460.42890.4748
Hunter Lab87.6896-12.067150.8376
CIE-Lab90.2731-7.706978.5852

#fee43d color RGB value is (254,228,61).

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

The process color (four color CMYK) of #fee43d color hex is 0.00, 0.10, 0.76, 0.00. Web safe color of #fee43d is #ffcc33. Color #fee43d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100100 00111101
Octal 376 344 75
Decimal 254 228 61
Hex FE E4 3D

RGB Percentages of Color #fee43d

%46.78
%41.99
%11.23

CMYK Percentages of Color #fee43d

%0
%10
%76
%0

Triadic Colors of #fee43d

#fee43d #3dfee4 #e43dfe

Analogous Colors of #fee43d

#fee43d #b8fe3d #fe843d

Monochromatic Colors of #fee43d

#fee43d

Complementary Color

#fee43d #3d57fe

#fee43d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee43d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee43d Color CSS Codes

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

#fee43d Text Font Color

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

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


#fee43d Background Color

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

This div background color is #fee43d


#fee43d Border Color

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

This div border color is #fee43d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee43d


Comments

No comments written yet.

Please login to write comment.