Color Hex Logo

#fdd89d Color Hex

#FDD89D
(253,216,157)
0 Favorites   0 Comments

Color spaces of #fdd89d

RGB 253216157
HSL0.100.960.80
HSV37°38°99°
CMYK 0.000.150.38   0.01
XYZ71.149772.428742.1284
Yxy72.42870.38310.3900
Hunter Lab85.10510.296130.2240
CIE-Lab88.17454.963933.8748

#fdd89d color RGB value is (253,216,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011000 10011101
Octal 375 330 235
Decimal 253 216 157
Hex FD D8 9D

RGB Percentages of Color #fdd89d

%40.42
%34.50
%25.08

CMYK Percentages of Color #fdd89d

%0
%15
%38
%1

Triadic Colors of #fdd89d

#fdd89d #9dfdd8 #d89dfd

Analogous Colors of #fdd89d

#fdd89d #f2fd9d #fda89d

Monochromatic Colors of #fdd89d

#fdd89d

Complementary Color

#fdd89d #9dc2fd

#fdd89d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd89d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd89d Color CSS Codes

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

#fdd89d Text Font Color

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

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


#fdd89d Background Color

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

This div background color is #fdd89d


#fdd89d Border Color

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

This div border color is #fdd89d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd89d


Comments

No comments written yet.

Please login to write comment.