Color Hex Logo

#fedc13 Color Hex

#FEDC13
(254,220,19)
0 Favorites   0 Comments

Color spaces of #fedc13

RGB 25422019
HSL0.140.990.54
HSV51°93°100°
CMYK 0.000.130.93   0.00
XYZ66.583872.304211.0629
Yxy72.30420.44400.4822
Hunter Lab85.0319-9.032251.8085
CIE-Lab88.1148-4.705586.1829

#fedc13 color RGB value is (254,220,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011100 00010011
Octal 376 334 23
Decimal 254 220 19
Hex FE DC 13

RGB Percentages of Color #fedc13

%51.52
%44.62
%3.85

CMYK Percentages of Color #fedc13

%0
%13
%93
%0

Triadic Colors of #fedc13

#fedc13 #13fedc #dc13fe

Analogous Colors of #fedc13

#fedc13 #abfe13 #fe6713

Monochromatic Colors of #fedc13

#fedc13

Complementary Color

#fedc13 #1335fe

#fedc13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedc13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedc13 Color CSS Codes

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

#fedc13 Text Font Color

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

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


#fedc13 Background Color

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

This div background color is #fedc13


#fedc13 Border Color

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

This div border color is #fedc13


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedc13


Comments

No comments written yet.

Please login to write comment.