Color Hex Logo

#fdd69f Color Hex

#FDD69F
(253,214,159)
0 Favorites   0 Comments

Color spaces of #fdd69f

RGB 253214159
HSL0.100.960.81
HSV35°37°99°
CMYK 0.000.150.37   0.01
XYZ70.812671.479042.8655
Yxy71.47900.38240.3860
Hunter Lab84.54531.552129.1209
CIE-Lab87.71726.217032.2412

#fdd69f color RGB value is (253,214,159).

#fdd69f hex color red value is 253, green value is 214 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #fdd69f hue: 0.10 , saturation: 0.96 and the lightness value of fdd69f is 0.81.

The process color (four color CMYK) of #fdd69f color hex is 0.00, 0.15, 0.37, 0.01. Web safe color of #fdd69f is #ffcc99. Color #fdd69f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010110 10011111
Octal 375 326 237
Decimal 253 214 159
Hex FD D6 9F

RGB Percentages of Color #fdd69f

%40.42
%34.19
%25.40

CMYK Percentages of Color #fdd69f

%0
%15
%37
%1

Triadic Colors of #fdd69f

#fdd69f #9ffdd6 #d69ffd

Analogous Colors of #fdd69f

#fdd69f #f5fd9f #fda79f

Monochromatic Colors of #fdd69f

#fdd69f

Complementary Color

#fdd69f #9fc6fd

#fdd69f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd69f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd69f Color CSS Codes

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

#fdd69f Text Font Color

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

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


#fdd69f Background Color

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

This div background color is #fdd69f


#fdd69f Border Color

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

This div border color is #fdd69f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd69f


Comments

No comments written yet.

Please login to write comment.