Color Hex Logo

#fdd900 Color Hex

#FDD900
(253,217,0)
1 Favorites   0 Comments

Color spaces of #fdd900

RGB 2532170
HSL0.141.000.50
HSV51°100°99°
CMYK 0.000.141.00   0.01
XYZ65.320970.508410.1667
Yxy70.50840.44740.4829
Hunter Lab83.9693-8.088551.5999
CIE-Lab87.2456-3.784587.2757

#fdd900 color RGB value is (253,217,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011001 00000000
Octal 375 331 0
Decimal 253 217 0
Hex FD D9 0

RGB Percentages of Color #fdd900

%53.83
%46.17
%0.00

CMYK Percentages of Color #fdd900

%0
%14
%100
%1

Triadic Colors of #fdd900

#fdd900 #00fdd9 #d900fd

Analogous Colors of #fdd900

#fdd900 #a3fd00 #fd5b00

Monochromatic Colors of #fdd900

#fdd900

Complementary Color

#fdd900 #0024fd

#fdd900 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd900 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd900 Color CSS Codes

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

#fdd900 Text Font Color

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

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


#fdd900 Background Color

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

This div background color is #fdd900


#fdd900 Border Color

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

This div border color is #fdd900


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd900


Comments

No comments written yet.

Please login to write comment.