Color Hex Logo

#fee432 Color Hex

#FEE432
(254,228,50)
0 Favorites   0 Comments

Color spaces of #fee432

RGB 25422850
HSL0.150.990.60
HSV52°80°100°
CMYK 0.000.100.80   0.00
XYZ69.192276.787914.1923
Yxy76.78790.43200.4794
Hunter Lab87.6287-12.405551.7375
CIE-Lab90.2239-8.071981.7393

#fee432 color RGB value is (254,228,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100100 00110010
Octal 376 344 62
Decimal 254 228 50
Hex FE E4 32

RGB Percentages of Color #fee432

%47.74
%42.86
%9.40

CMYK Percentages of Color #fee432

%0
%10
%80
%0

Triadic Colors of #fee432

#fee432 #32fee4 #e432fe

Analogous Colors of #fee432

#fee432 #b2fe32 #fe7e32

Monochromatic Colors of #fee432

#fee432

Complementary Color

#fee432 #324cfe

#fee432 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee432 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee432 Color CSS Codes

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

#fee432 Text Font Color

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

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


#fee432 Background Color

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

This div background color is #fee432


#fee432 Border Color

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

This div border color is #fee432


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee432


Comments

No comments written yet.

Please login to write comment.