color codes Logo

#fde11f color codes

#FDE11F
(253,225,31)
0 Favorites   0 Comments

Color spaces of #fde11f

RGB 25322531
HSL0.150.980.56
HSV52°88°99°
CMYK 0.000.110.88   0.01
XYZ67.680574.832012.1732
Yxy74.83200.43750.4838
Hunter Lab86.5055-11.729152.2105
CIE-Lab89.3142-7.450785.2278

#fde11f color RGB value is (253,225,31).

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

The process color (four color CMYK) of #fde11f color code is 0.00, 0.11, 0.88, 0.01. Web safe color of #fde11f is #ffcc33. Color #fde11f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100001 00011111
Octal 375 341 37
Decimal 253 225 31
Hex FD E1 1F

RGB Percentages of Color #fde11f

%49.71
%44.20
%6.09

CMYK Percentages of Color #fde11f

%0
%11
%88
%1

Triadic Colors of #fde11f

#fde11f #1ffde1 #e11ffd

Analogous Colors of #fde11f

#fde11f #aafd1f #fd721f

Monochromatic Colors of #fde11f

#fde11f

Complementary Color

#fde11f #1f3bfd

#fde11f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde11f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde11f Color CSS Codes

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

#fde11f Text Font Color

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

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


#fde11f Background Color

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

This div background color is #fde11f


#fde11f Border Color

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

This div border color is #fde11f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde11f

Related Colors


Comments

No comments written yet.

Please login to write comment.