Color Hex Logo

#fdd916 Color Hex

#FDD916
(253,217,22)
0 Favorites   0 Comments

Color spaces of #fdd916

RGB 25321722
HSL0.140.980.54
HSV51°91°99°
CMYK 0.000.140.91   0.01
XYZ65.465770.566310.9293
Yxy70.56630.44550.4802
Hunter Lab84.0037-7.898251.0887
CIE-Lab87.2739-3.580585.1102

#fdd916 color RGB value is (253,217,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011001 00010110
Octal 375 331 26
Decimal 253 217 22
Hex FD D9 16

RGB Percentages of Color #fdd916

%51.42
%44.11
%4.47

CMYK Percentages of Color #fdd916

%0
%14
%91
%1

Triadic Colors of #fdd916

#fdd916 #16fdd9 #d916fd

Analogous Colors of #fdd916

#fdd916 #aefd16 #fd6616

Monochromatic Colors of #fdd916

#fdd916

Complementary Color

#fdd916 #163afd

#fdd916 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd916 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd916 Color CSS Codes

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

#fdd916 Text Font Color

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

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


#fdd916 Background Color

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

This div background color is #fdd916


#fdd916 Border Color

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

This div border color is #fdd916


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd916


Comments

No comments written yet.

Please login to write comment.