Color Hex Logo

#fdec1e Color Hex

#FDEC1E
(253,236,30)
0 Favorites   0 Comments

Color spaces of #fdec1e

RGB 25323630
HSL0.150.980.55
HSV55°88°99°
CMYK 0.000.070.88   0.01
XYZ70.737880.967313.1283
Yxy80.96730.42910.4912
Hunter Lab89.9818-17.143254.3369
CIE-Lab92.1171-12.907987.6037

#fdec1e color RGB value is (253,236,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101100 00011110
Octal 375 354 36
Decimal 253 236 30
Hex FD EC 1E

RGB Percentages of Color #fdec1e

%48.75
%45.47
%5.78

CMYK Percentages of Color #fdec1e

%0
%7
%88
%1

Triadic Colors of #fdec1e

#fdec1e #1efdec #ec1efd

Analogous Colors of #fdec1e

#fdec1e #9ffd1e #fd7d1e

Monochromatic Colors of #fdec1e

#fdec1e

Complementary Color

#fdec1e #1e2ffd

#fdec1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdec1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdec1e Color CSS Codes

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

#fdec1e Text Font Color

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

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


#fdec1e Background Color

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

This div background color is #fdec1e


#fdec1e Border Color

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

This div border color is #fdec1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdec1e

Related Colors


Comments

No comments written yet.

Please login to write comment.