Color Hex Logo

#fdd02d Color Hex

#FDD02D
(253,208,45)
0 Favorites   0 Comments

Color spaces of #fdd02d

RGB 25320845
HSL0.130.980.58
HSV47°82°99°
CMYK 0.000.180.82   0.01
XYZ63.537566.183911.9086
Yxy66.18390.44860.4673
Hunter Lab81.3535-2.959248.2685
CIE-Lab85.09011.453778.6481

#fdd02d color RGB value is (253,208,45).

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

The process color (four color CMYK) of #fdd02d color hex is 0.00, 0.18, 0.82, 0.01. Web safe color of #fdd02d is #ffcc33. Color #fdd02d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010000 00101101
Octal 375 320 55
Decimal 253 208 45
Hex FD D0 2D

RGB Percentages of Color #fdd02d

%50.00
%41.11
%8.89

CMYK Percentages of Color #fdd02d

%0
%18
%82
%1

Triadic Colors of #fdd02d

#fdd02d #2dfdd0 #d02dfd

Analogous Colors of #fdd02d

#fdd02d #c2fd2d #fd682d

Monochromatic Colors of #fdd02d

#fdd02d

Complementary Color

#fdd02d #2d5afd

#fdd02d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd02d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd02d Color CSS Codes

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

#fdd02d Text Font Color

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

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


#fdd02d Background Color

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

This div background color is #fdd02d


#fdd02d Border Color

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

This div border color is #fdd02d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd02d


Comments

No comments written yet.

Please login to write comment.