Color Hex Logo

#fef513 Color Hex

#FEF513
(254,245,19)
0 Favorites   0 Comments

Color spaces of #fef513

RGB 25424519
HSL0.160.990.54
HSV58°93°100°
CMYK 0.000.040.93   0.00
XYZ73.643086.422713.4159
Yxy86.42270.42450.4982
Hunter Lab92.9638-21.284656.5183
CIE-Lab94.4928-17.027790.9834

#fef513 color RGB value is (254,245,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110101 00010011
Octal 376 365 23
Decimal 254 245 19
Hex FE F5 13

RGB Percentages of Color #fef513

%49.03
%47.30
%3.67

CMYK Percentages of Color #fef513

%0
%4
%93
%0

Triadic Colors of #fef513

#fef513 #13fef5 #f513fe

Analogous Colors of #fef513

#fef513 #92fe13 #fe8013

Monochromatic Colors of #fef513

#fef513

Complementary Color

#fef513 #131cfe

#fef513 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef513 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef513 Color CSS Codes

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

#fef513 Text Font Color

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

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


#fef513 Background Color

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

This div background color is #fef513


#fef513 Border Color

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

This div border color is #fef513


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef513

Related Colors


Comments

No comments written yet.

Please login to write comment.