Color Hex Logo

#fdd33d Color Hex

#FDD33D
(253,211,61)
0 Favorites   0 Comments

Color spaces of #fdd33d

RGB 25321161
HSL0.130.980.62
HSV47°76°99°
CMYK 0.000.170.76   0.01
XYZ64.644667.808114.0960
Yxy67.80810.44110.4627
Hunter Lab82.3457-3.975447.4927
CIE-Lab85.91040.442774.5321

#fdd33d color RGB value is (253,211,61).

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

The process color (four color CMYK) of #fdd33d color hex is 0.00, 0.17, 0.76, 0.01. Web safe color of #fdd33d is #ffcc33. Color #fdd33d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010011 00111101
Octal 375 323 75
Decimal 253 211 61
Hex FD D3 3D

RGB Percentages of Color #fdd33d

%48.19
%40.19
%11.62

CMYK Percentages of Color #fdd33d

%0
%17
%76
%1

Triadic Colors of #fdd33d

#fdd33d #3dfdd3 #d33dfd

Analogous Colors of #fdd33d

#fdd33d #c7fd3d #fd733d

Monochromatic Colors of #fdd33d

#fdd33d

Complementary Color

#fdd33d #3d67fd

#fdd33d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd33d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd33d Color CSS Codes

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

#fdd33d Text Font Color

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

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


#fdd33d Background Color

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

This div background color is #fdd33d


#fdd33d Border Color

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

This div border color is #fdd33d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd33d


Comments

No comments written yet.

Please login to write comment.