Color Hex Logo

#fdd394 Color Hex

#FDD394
(253,211,148)
0 Favorites   0 Comments

Color spaces of #fdd394

RGB 253211148
HSL0.100.960.79
HSV36°42°99°
CMYK 0.000.170.42   0.01
XYZ69.147669.609337.8084
Yxy69.60930.39160.3942
Hunter Lab83.43221.932331.5345
CIE-Lab86.80496.568636.6755

#fdd394 color RGB value is (253,211,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010011 10010100
Octal 375 323 224
Decimal 253 211 148
Hex FD D3 94

RGB Percentages of Color #fdd394

%41.34
%34.48
%24.18

CMYK Percentages of Color #fdd394

%0
%17
%42
%1

Triadic Colors of #fdd394

#fdd394 #94fdd3 #d394fd

Analogous Colors of #fdd394

#fdd394 #f3fd94 #fd9f94

Monochromatic Colors of #fdd394

#fdd394

Complementary Color

#fdd394 #94befd

#fdd394 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd394 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd394 Color CSS Codes

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

#fdd394 Text Font Color

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

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


#fdd394 Background Color

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

This div background color is #fdd394


#fdd394 Border Color

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

This div border color is #fdd394


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,211,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 #fdd394">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd394

Related Colors

#fdd394 Color Palettes


Comments

No comments written yet.

Please login to write comment.