Color Hex Logo

#fee830 Color Hex

#FEE830
(254,232,48)
0 Favorites   0 Comments

Color spaces of #fee830

RGB 25423248
HSL0.150.990.59
HSV54°81°100°
CMYK 0.000.090.81   0.00
XYZ70.263278.997514.3411
Yxy78.99750.42950.4829
Hunter Lab88.8805-14.430452.6498
CIE-Lab91.2332-10.113383.1262

#fee830 color RGB value is (254,232,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101000 00110000
Octal 376 350 60
Decimal 254 232 48
Hex FE E8 30

RGB Percentages of Color #fee830

%47.57
%43.45
%8.99

CMYK Percentages of Color #fee830

%0
%9
%81
%0

Triadic Colors of #fee830

#fee830 #30fee8 #e830fe

Analogous Colors of #fee830

#fee830 #adfe30 #fe8130

Monochromatic Colors of #fee830

#fee830

Complementary Color

#fee830 #3046fe

#fee830 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee830 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee830 Color CSS Codes

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

#fee830 Text Font Color

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

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


#fee830 Background Color

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

This div background color is #fee830


#fee830 Border Color

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

This div border color is #fee830


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,232,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 #fee830">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee830


Comments

No comments written yet.

Please login to write comment.