Color Hex Logo

#fdec19 Color Hex

#FDEC19
(253,236,25)
0 Favorites   0 Comments

Color spaces of #fdec19

RGB 25323625
HSL0.150.980.55
HSV56°90°99°
CMYK 0.000.070.90   0.01
XYZ70.678980.943712.8182
Yxy80.94370.42980.4922
Hunter Lab89.9687-17.216754.5308
CIE-Lab92.1066-12.988488.3698

#fdec19 color RGB value is (253,236,25).

#fdec19 hex color red value is 253, green value is 236 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #fdec19 hue: 0.15 , saturation: 0.98 and the lightness value of fdec19 is 0.55.

The process color (four color CMYK) of #fdec19 color hex is 0.00, 0.07, 0.90, 0.01. Web safe color of #fdec19 is #ffff00. Color #fdec19 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101100 00011001
Octal 375 354 31
Decimal 253 236 25
Hex FD EC 19

RGB Percentages of Color #fdec19

%49.22
%45.91
%4.86

CMYK Percentages of Color #fdec19

%0
%7
%90
%1

Triadic Colors of #fdec19

#fdec19 #19fdec #ec19fd

Analogous Colors of #fdec19

#fdec19 #9cfd19 #fd7a19

Monochromatic Colors of #fdec19

#fdec19

Complementary Color

#fdec19 #192afd

#fdec19 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdec19 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdec19 Color CSS Codes

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

#fdec19 Text Font Color

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

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


#fdec19 Background Color

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

This div background color is #fdec19


#fdec19 Border Color

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

This div border color is #fdec19


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(253,236,25, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fdec19; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fdec19;
  -webkit-box-shadow: 1px 1px 3px 2px #fdec19;
  box-shadow:         1px 1px 3px 2px #fdec19; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,236,25, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdec19

Related Colors


Comments

No comments written yet.

Please login to write comment.