Color Hex Logo

#fdec00 Color Hex

#FDEC00
(253,236,0)
0 Favorites   0 Comments

Color spaces of #fdec00

RGB 2532360
HSL0.161.000.50
HSV56°100°99°
CMYK 0.000.071.00   0.01
XYZ70.503580.873611.8942
Yxy80.87360.43180.4953
Hunter Lab89.9298-17.435955.1091
CIE-Lab92.0754-13.228990.7302

#fdec00 color RGB value is (253,236,0).

#fdec00 hex color red value is 253, green value is 236 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #fdec00 hue: 0.16 , saturation: 1.00 and the lightness value of fdec00 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101100 00000000
Octal 375 354 0
Decimal 253 236 0
Hex FD EC 0

RGB Percentages of Color #fdec00

%51.74
%48.26
%0.00

CMYK Percentages of Color #fdec00

%0
%7
%100
%1

Triadic Colors of #fdec00

#fdec00 #00fdec #ec00fd

Analogous Colors of #fdec00

#fdec00 #90fd00 #fd6e00

Monochromatic Colors of #fdec00

#fdec00

Complementary Color

#fdec00 #0011fd

#fdec00 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdec00 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdec00 Color CSS Codes

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

#fdec00 Text Font Color

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

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


#fdec00 Background Color

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

This div background color is #fdec00


#fdec00 Border Color

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

This div border color is #fdec00


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdec00

Related Colors


Comments

No comments written yet.

Please login to write comment.