Color Hex Logo

#fdd118 Color Hex

#FDD118
(253,209,24)
0 Favorites   0 Comments

Color spaces of #fdd118

RGB 25320924
HSL0.130.980.54
HSV48°91°99°
CMYK 0.000.170.91   0.01
XYZ63.473366.549510.3641
Yxy66.54950.45210.4740
Hunter Lab81.5779-3.875849.5720
CIE-Lab85.27590.505583.2962

#fdd118 color RGB value is (253,209,24).

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

The process color (four color CMYK) of #fdd118 color hex is 0.00, 0.17, 0.91, 0.01. Web safe color of #fdd118 is #ffcc00. Color #fdd118 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010001 00011000
Octal 375 321 30
Decimal 253 209 24
Hex FD D1 18

RGB Percentages of Color #fdd118

%52.06
%43.00
%4.94

CMYK Percentages of Color #fdd118

%0
%17
%91
%1

Triadic Colors of #fdd118

#fdd118 #18fdd1 #d118fd

Analogous Colors of #fdd118

#fdd118 #b7fd18 #fd5f18

Monochromatic Colors of #fdd118

#fdd118

Complementary Color

#fdd118 #1844fd

#fdd118 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd118 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd118 Color CSS Codes

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

#fdd118 Text Font Color

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

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


#fdd118 Background Color

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

This div background color is #fdd118


#fdd118 Border Color

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

This div border color is #fdd118


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd118


Comments

No comments written yet.

Please login to write comment.