Color Hex Logo

#fdd999 Color Hex

#FDD999
(253,217,153)
0 Favorites   0 Comments

Color spaces of #fdd999

RGB 253217153
HSL0.110.960.80
HSV38°40°99°
CMYK 0.000.140.40   0.01
XYZ71.070672.808340.4446
Yxy72.80830.38560.3950
Hunter Lab85.3278-0.648731.6265
CIE-Lab88.35624.012536.1561

#fdd999 color RGB value is (253,217,153).

#fdd999 hex color red value is 253, green value is 217 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #fdd999 hue: 0.11 , saturation: 0.96 and the lightness value of fdd999 is 0.80.

The process color (four color CMYK) of #fdd999 color hex is 0.00, 0.14, 0.40, 0.01. Web safe color of #fdd999 is #ffcc99. Color #fdd999 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011001 10011001
Octal 375 331 231
Decimal 253 217 153
Hex FD D9 99

RGB Percentages of Color #fdd999

%40.61
%34.83
%24.56

CMYK Percentages of Color #fdd999

%0
%14
%40
%1

Triadic Colors of #fdd999

#fdd999 #99fdd9 #d999fd

Analogous Colors of #fdd999

#fdd999 #effd99 #fda799

Monochromatic Colors of #fdd999

#fdd999

Complementary Color

#fdd999 #99bdfd

#fdd999 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd999 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd999 Color CSS Codes

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

#fdd999 Text Font Color

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

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


#fdd999 Background Color

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

This div background color is #fdd999


#fdd999 Border Color

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

This div border color is #fdd999


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd999


Comments

No comments written yet.

Please login to write comment.