Color Hex Logo

#fdd207 Color Hex

#FDD207
(253,210,7)
0 Favorites   0 Comments

Color spaces of #fdd207

RGB 2532107
HSL0.140.980.51
HSV50°97°99°
CMYK 0.000.170.97   0.01
XYZ63.593066.99129.7799
Yxy66.99120.45310.4773
Hunter Lab81.8482-4.546350.2092
CIE-Lab85.4995-0.183685.4307

#fdd207 color RGB value is (253,210,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010010 00000111
Octal 375 322 7
Decimal 253 210 7
Hex FD D2 7

RGB Percentages of Color #fdd207

%53.83
%44.68
%1.49

CMYK Percentages of Color #fdd207

%0
%17
%97
%1

Triadic Colors of #fdd207

#fdd207 #07fdd2 #d207fd

Analogous Colors of #fdd207

#fdd207 #adfd07 #fd5707

Monochromatic Colors of #fdd207

#fdd207

Complementary Color

#fdd207 #0732fd

#fdd207 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd207 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd207 Color CSS Codes

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

#fdd207 Text Font Color

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

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


#fdd207 Background Color

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

This div background color is #fdd207


#fdd207 Border Color

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

This div border color is #fdd207


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd207

Related Colors


Comments

No comments written yet.

Please login to write comment.