Color Hex Logo

#fddb89 Color Hex

#FDDB89
(253,219,137)
0 Favorites   0 Comments

Color spaces of #fddb89

RGB 253219137
HSL0.120.970.76
HSV42°46°99°
CMYK 0.000.130.46   0.01
XYZ70.354973.351834.1171
Yxy73.35180.39560.4125
Hunter Lab85.6457-3.248436.3337
CIE-Lab88.61521.367544.5291

#fddb89 color RGB value is (253,219,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011011 10001001
Octal 375 333 211
Decimal 253 219 137
Hex FD DB 89

RGB Percentages of Color #fddb89

%41.54
%35.96
%22.50

CMYK Percentages of Color #fddb89

%0
%13
%46
%1

Triadic Colors of #fddb89

#fddb89 #89fddb #db89fd

Analogous Colors of #fddb89

#fddb89 #e5fd89 #fda189

Monochromatic Colors of #fddb89

#fddb89

Complementary Color

#fddb89 #89abfd

#fddb89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddb89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddb89 Color CSS Codes

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

#fddb89 Text Font Color

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

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


#fddb89 Background Color

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

This div background color is #fddb89


#fddb89 Border Color

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

This div border color is #fddb89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddb89


Comments

No comments written yet.

Please login to write comment.