Color Hex Logo

#fdd994 Color Hex

#FDD994
(253,217,148)
0 Favorites   0 Comments

Color spaces of #fdd994

RGB 253217148
HSL0.110.960.79
HSV39°42°99°
CMYK 0.000.140.42   0.01
XYZ70.666272.646538.3146
Yxy72.64650.38910.4000
Hunter Lab85.2329-1.164133.0105
CIE-Lab88.27883.483538.5922

#fdd994 color RGB value is (253,217,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011001 10010100
Octal 375 331 224
Decimal 253 217 148
Hex FD D9 94

RGB Percentages of Color #fdd994

%40.94
%35.11
%23.95

CMYK Percentages of Color #fdd994

%0
%14
%42
%1

Triadic Colors of #fdd994

#fdd994 #94fdd9 #d994fd

Analogous Colors of #fdd994

#fdd994 #edfd94 #fda594

Monochromatic Colors of #fdd994

#fdd994

Complementary Color

#fdd994 #94b8fd

#fdd994 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd994 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd994 Color CSS Codes

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

#fdd994 Text Font Color

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

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


#fdd994 Background Color

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

This div background color is #fdd994


#fdd994 Border Color

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

This div border color is #fdd994


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd994


Comments

No comments written yet.

Please login to write comment.