Color Hex Logo

#fdd33c Color Hex

#FDD33C
(253,211,60)
0 Favorites   0 Comments

Color spaces of #fdd33c

RGB 25321160
HSL0.130.980.61
HSV47°76°99°
CMYK 0.000.170.76   0.01
XYZ64.617967.797413.9554
Yxy67.79740.44150.4632
Hunter Lab82.3392-4.010847.5886
CIE-Lab85.90500.405274.8604

#fdd33c color RGB value is (253,211,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010011 00111100
Octal 375 323 74
Decimal 253 211 60
Hex FD D3 3C

RGB Percentages of Color #fdd33c

%48.28
%40.27
%11.45

CMYK Percentages of Color #fdd33c

%0
%17
%76
%1

Triadic Colors of #fdd33c

#fdd33c #3cfdd3 #d33cfd

Analogous Colors of #fdd33c

#fdd33c #c7fd3c #fd733c

Monochromatic Colors of #fdd33c

#fdd33c

Complementary Color

#fdd33c #3c66fd

#fdd33c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd33c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd33c Color CSS Codes

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

#fdd33c Text Font Color

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

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


#fdd33c Background Color

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

This div background color is #fdd33c


#fdd33c Border Color

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

This div border color is #fdd33c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd33c


Comments

No comments written yet.

Please login to write comment.