Color Hex Logo

#fddd82 Color Hex

#FDDD82
(253,221,130)
0 Favorites   0 Comments

Color spaces of #fddd82

RGB 253221130
HSL0.120.970.75
HSV44°49°99°
CMYK 0.000.130.49   0.01
XYZ70.393774.207331.7324
Yxy74.20730.39920.4208
Hunter Lab86.1437-4.887238.4601
CIE-Lab89.0204-0.295748.4694

#fddd82 color RGB value is (253,221,130).

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

The process color (four color CMYK) of #fddd82 color hex is 0.00, 0.13, 0.49, 0.01. Web safe color of #fddd82 is #ffcc99. Color #fddd82 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011101 10000010
Octal 375 335 202
Decimal 253 221 130
Hex FD DD 82

RGB Percentages of Color #fddd82

%41.89
%36.59
%21.52

CMYK Percentages of Color #fddd82

%0
%13
%49
%1

Triadic Colors of #fddd82

#fddd82 #82fddd #dd82fd

Analogous Colors of #fddd82

#fddd82 #e0fd82 #fda082

Monochromatic Colors of #fddd82

#fddd82

Complementary Color

#fddd82 #82a2fd

#fddd82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddd82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddd82 Color CSS Codes

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

#fddd82 Text Font Color

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

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


#fddd82 Background Color

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

This div background color is #fddd82


#fddd82 Border Color

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

This div border color is #fddd82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddd82

#fddd82 Color Palettes


Comments

No comments written yet.

Please login to write comment.