Color Hex Logo

#fee329 Color Hex

#FEE329
(254,227,41)
0 Favorites   0 Comments

Color spaces of #fee329

RGB 25422741
HSL0.150.990.58
HSV52°84°100°
CMYK 0.000.110.84   0.00
XYZ68.742476.169113.1768
Yxy76.16910.43480.4818
Hunter Lab87.2749-12.134952.1408
CIE-Lab89.9378-7.815483.7247

#fee329 color RGB value is (254,227,41).

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

The process color (four color CMYK) of #fee329 color hex is 0.00, 0.11, 0.84, 0.00. Web safe color of #fee329 is #ffcc33. Color #fee329 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100011 00101001
Octal 376 343 51
Decimal 254 227 41
Hex FE E3 29

RGB Percentages of Color #fee329

%48.66
%43.49
%7.85

CMYK Percentages of Color #fee329

%0
%11
%84
%0

Triadic Colors of #fee329

#fee329 #29fee3 #e329fe

Analogous Colors of #fee329

#fee329 #affe29 #fe7929

Monochromatic Colors of #fee329

#fee329

Complementary Color

#fee329 #2944fe

#fee329 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee329 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee329 Color CSS Codes

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

#fee329 Text Font Color

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

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


#fee329 Background Color

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

This div background color is #fee329


#fee329 Border Color

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

This div border color is #fee329


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee329

Related Colors


Comments

No comments written yet.

Please login to write comment.