Color Hex Logo

#fdde89 Color Hex

#FDDE89
(253,222,137)
0 Favorites   0 Comments

Color spaces of #fdde89

RGB 253222137
HSL0.120.970.76
HSV44°46°99°
CMYK 0.000.120.46   0.01
XYZ71.144674.931334.3804
Yxy74.93130.39420.4152
Hunter Lab86.5629-4.778837.0456
CIE-Lab89.3608-0.160245.4660

#fdde89 color RGB value is (253,222,137).

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

The process color (four color CMYK) of #fdde89 color hex is 0.00, 0.12, 0.46, 0.01. Web safe color of #fdde89 is #ffcc99. Color #fdde89 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011110 10001001
Octal 375 336 211
Decimal 253 222 137
Hex FD DE 89

RGB Percentages of Color #fdde89

%41.34
%36.27
%22.39

CMYK Percentages of Color #fdde89

%0
%12
%46
%1

Triadic Colors of #fdde89

#fdde89 #89fdde #de89fd

Analogous Colors of #fdde89

#fdde89 #e2fd89 #fda489

Monochromatic Colors of #fdde89

#fdde89

Complementary Color

#fdde89 #89a8fd

#fdde89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdde89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdde89 Color CSS Codes

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

#fdde89 Text Font Color

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

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


#fdde89 Background Color

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

This div background color is #fdde89


#fdde89 Border Color

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

This div border color is #fdde89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdde89


Comments

No comments written yet.

Please login to write comment.