Color Hex Logo

#fea935 Color Hex

#FEA935
(254,169,53)
0 Favorites   0 Comments

Color spaces of #fea935

RGB 25416953
HSL0.100.990.60
HSV35°79°100°
CMYK 0.000.330.79   0.00
XYZ55.703649.703810.0261
Yxy49.70380.48260.4306
Hunter Lab70.500917.658340.9189
CIE-Lab75.887122.360668.1123

#fea935 color RGB value is (254,169,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101001 00110101
Octal 376 251 65
Decimal 254 169 53
Hex FE A9 35

RGB Percentages of Color #fea935

%53.36
%35.50
%11.13

CMYK Percentages of Color #fea935

%0
%33
%79
%0

Triadic Colors of #fea935

#fea935 #35fea9 #a935fe

Analogous Colors of #fea935

#fea935 #effe35 #fe4535

Monochromatic Colors of #fea935

#fea935

Complementary Color

#fea935 #358afe

#fea935 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea935 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea935 Color CSS Codes

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

#fea935 Text Font Color

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

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


#fea935 Background Color

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

This div background color is #fea935


#fea935 Border Color

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

This div border color is #fea935


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea935


Comments

No comments written yet.

Please login to write comment.