Color Hex Logo

#fea832 Color Hex

#FEA832
(254,168,50)
0 Favorites   0 Comments

Color spaces of #fea832

RGB 25416850
HSL0.100.990.60
HSV35°80°100°
CMYK 0.000.340.80   0.00
XYZ55.451449.30649.6121
Yxy49.30640.48480.4311
Hunter Lab70.218518.078641.0368
CIE-Lab75.641522.786568.9495

#fea832 color RGB value is (254,168,50).

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

The process color (four color CMYK) of #fea832 color hex is 0.00, 0.34, 0.80, 0.00. Web safe color of #fea832 is #ff9933. Color #fea832 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101000 00110010
Octal 376 250 62
Decimal 254 168 50
Hex FE A8 32

RGB Percentages of Color #fea832

%53.81
%35.59
%10.59

CMYK Percentages of Color #fea832

%0
%34
%80
%0

Triadic Colors of #fea832

#fea832 #32fea8 #a832fe

Analogous Colors of #fea832

#fea832 #eefe32 #fe4232

Monochromatic Colors of #fea832

#fea832

Complementary Color

#fea832 #3288fe

#fea832 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea832 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea832 Color CSS Codes

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

#fea832 Text Font Color

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

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


#fea832 Background Color

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

This div background color is #fea832


#fea832 Border Color

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

This div border color is #fea832


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea832


Comments

No comments written yet.

Please login to write comment.