Color Hex Logo

#fdec1f Color Hex

#FDEC1F
(253,236,31)
0 Favorites   0 Comments

Color spaces of #fdec1f

RGB 25323631
HSL0.150.980.56
HSV55°88°99°
CMYK 0.000.070.88   0.01
XYZ70.750880.972513.1966
Yxy80.97250.42900.4910
Hunter Lab89.9847-17.127054.2942
CIE-Lab92.1195-12.890187.4367

#fdec1f color RGB value is (253,236,31).

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

The process color (four color CMYK) of #fdec1f color hex is 0.00, 0.07, 0.88, 0.01. Web safe color of #fdec1f is #ffff33. Color #fdec1f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101100 00011111
Octal 375 354 37
Decimal 253 236 31
Hex FD EC 1F

RGB Percentages of Color #fdec1f

%48.65
%45.38
%5.96

CMYK Percentages of Color #fdec1f

%0
%7
%88
%1

Triadic Colors of #fdec1f

#fdec1f #1ffdec #ec1ffd

Analogous Colors of #fdec1f

#fdec1f #9ffd1f #fd7d1f

Monochromatic Colors of #fdec1f

#fdec1f

Complementary Color

#fdec1f #1f30fd

#fdec1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdec1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdec1f Color CSS Codes

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

#fdec1f Text Font Color

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

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


#fdec1f Background Color

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

This div background color is #fdec1f


#fdec1f Border Color

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

This div border color is #fdec1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdec1f


Comments

No comments written yet.

Please login to write comment.