Color Hex Logo

#fddd66 Color Hex

#FDDD66
(253,221,102)
0 Favorites   0 Comments

Color spaces of #fddd66

RGB 253221102
HSL0.130.970.70
HSV47°60°99°
CMYK 0.000.130.60   0.01
XYZ68.762773.554923.1437
Yxy73.55490.41560.4445
Hunter Lab85.7642-6.972244.0353
CIE-Lab88.7117-2.486361.1787

#fddd66 color RGB value is (253,221,102).

#fddd66 hex color red value is 253, green value is 221 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #fddd66 hue: 0.13 , saturation: 0.97 and the lightness value of fddd66 is 0.70.

The process color (four color CMYK) of #fddd66 color hex is 0.00, 0.13, 0.60, 0.01. Web safe color of #fddd66 is #ffcc66. Color #fddd66 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011101 01100110
Octal 375 335 146
Decimal 253 221 102
Hex FD DD 66

RGB Percentages of Color #fddd66

%43.92
%38.37
%17.71

CMYK Percentages of Color #fddd66

%0
%13
%60
%1

Triadic Colors of #fddd66

#fddd66 #66fddd #dd66fd

Analogous Colors of #fddd66

#fddd66 #d2fd66 #fd9266

Monochromatic Colors of #fddd66

#fddd66

Complementary Color

#fddd66 #6686fd

#fddd66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddd66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddd66 Color CSS Codes

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

#fddd66 Text Font Color

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

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


#fddd66 Background Color

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

This div background color is #fddd66


#fddd66 Border Color

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

This div border color is #fddd66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddd66


Comments

No comments written yet.

Please login to write comment.