Color Hex Logo

#fde012 Color Hex

#FDE012
(253,224,18)
0 Favorites   0 Comments

Color spaces of #fde012

RGB 25322418
HSL0.150.980.53
HSV53°93°99°
CMYK 0.000.110.93   0.01
XYZ67.272874.237611.3559
Yxy74.23760.44010.4856
Hunter Lab86.1612-11.413352.4986
CIE-Lab89.0347-7.144086.9522

#fde012 color RGB value is (253,224,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100000 00010010
Octal 375 340 22
Decimal 253 224 18
Hex FD E0 12

RGB Percentages of Color #fde012

%51.11
%45.25
%3.64

CMYK Percentages of Color #fde012

%0
%11
%93
%1

Triadic Colors of #fde012

#fde012 #12fde0 #e012fd

Analogous Colors of #fde012

#fde012 #a5fd12 #fd6b12

Monochromatic Colors of #fde012

#fde012

Complementary Color

#fde012 #122ffd

#fde012 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde012 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde012 Color CSS Codes

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

#fde012 Text Font Color

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

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


#fde012 Background Color

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

This div background color is #fde012


#fde012 Border Color

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

This div border color is #fde012


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde012


Comments

No comments written yet.

Please login to write comment.