Color Hex Logo

#fee313 Color Hex

#FEE313
(254,227,19)
0 Favorites   0 Comments

Color spaces of #fee313

RGB 25422719
HSL0.150.990.54
HSV53°93°100°
CMYK 0.000.110.93   0.00
XYZ68.459776.056011.6882
Yxy76.05600.43830.4869
Hunter Lab87.2101-12.495653.1008
CIE-Lab89.8853-8.205487.5094

#fee313 color RGB value is (254,227,19).

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

The process color (four color CMYK) of #fee313 color hex is 0.00, 0.11, 0.93, 0.00. Web safe color of #fee313 is #ffcc00. Color #fee313 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100011 00010011
Octal 376 343 23
Decimal 254 227 19
Hex FE E3 13

RGB Percentages of Color #fee313

%50.80
%45.40
%3.80

CMYK Percentages of Color #fee313

%0
%11
%93
%0

Triadic Colors of #fee313

#fee313 #13fee3 #e313fe

Analogous Colors of #fee313

#fee313 #a4fe13 #fe6e13

Monochromatic Colors of #fee313

#fee313

Complementary Color

#fee313 #132efe

#fee313 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee313 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee313 Color CSS Codes

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

#fee313 Text Font Color

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

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


#fee313 Background Color

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

This div background color is #fee313


#fee313 Border Color

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

This div border color is #fee313


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee313


Comments

No comments written yet.

Please login to write comment.