Color Hex Logo

#feea13 Color Hex

#FEEA13
(254,234,19)
0 Favorites   0 Comments

Color spaces of #feea13

RGB 25423419
HSL0.150.990.54
HSV55°93°100°
CMYK 0.000.080.93   0.00
XYZ70.413479.963512.3394
Yxy79.96350.43270.4914
Hunter Lab89.4223-15.933654.4142
CIE-Lab91.6685-11.667888.8503

#feea13 color RGB value is (254,234,19).

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

The process color (four color CMYK) of #feea13 color hex is 0.00, 0.08, 0.93, 0.00. Web safe color of #feea13 is #ffff00. Color #feea13 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101010 00010011
Octal 376 352 23
Decimal 254 234 19
Hex FE EA 13

RGB Percentages of Color #feea13

%50.10
%46.15
%3.75

CMYK Percentages of Color #feea13

%0
%8
%93
%0

Triadic Colors of #feea13

#feea13 #13feea #ea13fe

Analogous Colors of #feea13

#feea13 #9dfe13 #fe7513

Monochromatic Colors of #feea13

#feea13

Complementary Color

#feea13 #1327fe

#feea13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feea13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feea13 Color CSS Codes

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

#feea13 Text Font Color

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

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


#feea13 Background Color

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

This div background color is #feea13


#feea13 Border Color

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

This div border color is #feea13


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feea13


Comments

No comments written yet.

Please login to write comment.