Color Hex Logo

#fea835 Color Hex

#FEA835
(254,168,53)
0 Favorites   0 Comments

Color spaces of #fea835

RGB 25416853
HSL0.100.990.60
HSV34°79°100°
CMYK 0.000.340.79   0.00
XYZ55.518349.33319.9643
Yxy49.33310.48350.4297
Hunter Lab70.237518.177240.7550
CIE-Lab75.658122.883267.9034

#fea835 color RGB value is (254,168,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101000 00110101
Octal 376 250 65
Decimal 254 168 53
Hex FE A8 35

RGB Percentages of Color #fea835

%53.47
%35.37
%11.16

CMYK Percentages of Color #fea835

%0
%34
%79
%0

Triadic Colors of #fea835

#fea835 #35fea8 #a835fe

Analogous Colors of #fea835

#fea835 #f0fe35 #fe4435

Monochromatic Colors of #fea835

#fea835

Complementary Color

#fea835 #358bfe

#fea835 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea835 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea835 Color CSS Codes

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

#fea835 Text Font Color

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

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


#fea835 Background Color

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

This div background color is #fea835


#fea835 Border Color

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

This div border color is #fea835


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea835

Related Colors


Comments

No comments written yet.

Please login to write comment.