Color Hex Logo

#fdd96e Color Hex

#FDD96E
(253,217,110)
0 Favorites   0 Comments

Color spaces of #fdd96e

RGB 253217110
HSL0.120.970.71
HSV45°57°99°
CMYK 0.000.140.57   0.01
XYZ68.135371.634124.9875
Yxy71.63410.41360.4348
Hunter Lab84.6369-4.416741.7416
CIE-Lab87.79220.107856.5042

#fdd96e color RGB value is (253,217,110).

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

The process color (four color CMYK) of #fdd96e color hex is 0.00, 0.14, 0.57, 0.01. Web safe color of #fdd96e is #ffcc66. Color #fdd96e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011001 01101110
Octal 375 331 156
Decimal 253 217 110
Hex FD D9 6E

RGB Percentages of Color #fdd96e

%43.62
%37.41
%18.97

CMYK Percentages of Color #fdd96e

%0
%14
%57
%1

Triadic Colors of #fdd96e

#fdd96e #6efdd9 #d96efd

Analogous Colors of #fdd96e

#fdd96e #dafd6e #fd926e

Monochromatic Colors of #fdd96e

#fdd96e

Complementary Color

#fdd96e #6e92fd

#fdd96e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd96e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd96e Color CSS Codes

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

#fdd96e Text Font Color

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

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


#fdd96e Background Color

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

This div background color is #fdd96e


#fdd96e Border Color

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

This div border color is #fdd96e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd96e


Comments

No comments written yet.

Please login to write comment.