Color Hex Logo

#fdd009 Color Hex

#FDD009
(253,208,9)
0 Favorites   0 Comments

Color spaces of #fdd009

RGB 2532089
HSL0.140.980.51
HSV49°96°99°
CMYK 0.000.180.96   0.01
XYZ63.113266.01419.6740
Yxy66.01410.45470.4756
Hunter Lab81.2491-3.529449.8149
CIE-Lab85.00360.851384.9002

#fdd009 color RGB value is (253,208,9).

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

The process color (four color CMYK) of #fdd009 color hex is 0.00, 0.18, 0.96, 0.01. Web safe color of #fdd009 is #ffcc00. Color #fdd009 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010000 00001001
Octal 375 320 11
Decimal 253 208 9
Hex FD D0 9

RGB Percentages of Color #fdd009

%53.83
%44.26
%1.91

CMYK Percentages of Color #fdd009

%0
%18
%96
%1

Triadic Colors of #fdd009

#fdd009 #09fdd0 #d009fd

Analogous Colors of #fdd009

#fdd009 #b0fd09 #fd5609

Monochromatic Colors of #fdd009

#fdd009

Complementary Color

#fdd009 #0936fd

#fdd009 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd009 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd009 Color CSS Codes

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

#fdd009 Text Font Color

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

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


#fdd009 Background Color

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

This div background color is #fdd009


#fdd009 Border Color

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

This div border color is #fdd009


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd009

Related Colors


Comments

No comments written yet.

Please login to write comment.