Color Hex Logo

#feea30 Color Hex

#FEEA30
(254,234,48)
0 Favorites   0 Comments

Color spaces of #feea30

RGB 25423448
HSL0.150.990.59
HSV54°81°100°
CMYK 0.000.080.81   0.00
XYZ70.829480.129914.5298
Yxy80.12990.42800.4842
Hunter Lab89.5153-15.412853.0370
CIE-Lab91.7431-11.100283.5611

#feea30 color RGB value is (254,234,48).

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

The process color (four color CMYK) of #feea30 color hex is 0.00, 0.08, 0.81, 0.00. Web safe color of #feea30 is #ffff33. Color #feea30 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101010 00110000
Octal 376 352 60
Decimal 254 234 48
Hex FE EA 30

RGB Percentages of Color #feea30

%47.39
%43.66
%8.96

CMYK Percentages of Color #feea30

%0
%8
%81
%0

Triadic Colors of #feea30

#feea30 #30feea #ea30fe

Analogous Colors of #feea30

#feea30 #abfe30 #fe8330

Monochromatic Colors of #feea30

#feea30

Complementary Color

#feea30 #3044fe

#feea30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feea30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feea30 Color CSS Codes

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

#feea30 Text Font Color

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

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


#feea30 Background Color

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

This div background color is #feea30


#feea30 Border Color

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

This div border color is #feea30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feea30


Comments

No comments written yet.

Please login to write comment.