Color Hex Logo

#fdec15 Color Hex

#FDEC15
(253,236,21)
0 Favorites   0 Comments

Color spaces of #fdec15

RGB 25323621
HSL0.150.980.54
HSV56°92°99°
CMYK 0.000.070.92   0.01
XYZ70.638880.927712.6070
Yxy80.92770.43030.4929
Hunter Lab89.9598-17.266854.6630
CIE-Lab92.0995-13.043488.8988

#fdec15 color RGB value is (253,236,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101100 00010101
Octal 375 354 25
Decimal 253 236 21
Hex FD EC 15

RGB Percentages of Color #fdec15

%49.61
%46.27
%4.12

CMYK Percentages of Color #fdec15

%0
%7
%92
%1

Triadic Colors of #fdec15

#fdec15 #15fdec #ec15fd

Analogous Colors of #fdec15

#fdec15 #9afd15 #fd7815

Monochromatic Colors of #fdec15

#fdec15

Complementary Color

#fdec15 #1526fd

#fdec15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdec15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdec15 Color CSS Codes

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

#fdec15 Text Font Color

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

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


#fdec15 Background Color

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

This div background color is #fdec15


#fdec15 Border Color

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

This div border color is #fdec15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdec15


Comments

No comments written yet.

Please login to write comment.