Color Hex Logo

#fdd117 Color Hex

#FDD117
(253,209,23)
0 Favorites   0 Comments

Color spaces of #fdd117

RGB 25320923
HSL0.130.980.54
HSV49°91°99°
CMYK 0.000.170.91   0.01
XYZ63.463166.545410.3103
Yxy66.54540.45230.4742
Hunter Lab81.5754-3.889449.6091
CIE-Lab85.27390.491183.4509

#fdd117 color RGB value is (253,209,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010001 00010111
Octal 375 321 27
Decimal 253 209 23
Hex FD D1 17

RGB Percentages of Color #fdd117

%52.16
%43.09
%4.74

CMYK Percentages of Color #fdd117

%0
%17
%91
%1

Triadic Colors of #fdd117

#fdd117 #17fdd1 #d117fd

Analogous Colors of #fdd117

#fdd117 #b6fd17 #fd5e17

Monochromatic Colors of #fdd117

#fdd117

Complementary Color

#fdd117 #1743fd

#fdd117 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd117 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd117 Color CSS Codes

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

#fdd117 Text Font Color

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

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


#fdd117 Background Color

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

This div background color is #fdd117


#fdd117 Border Color

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

This div border color is #fdd117


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd117


Comments

No comments written yet.

Please login to write comment.