Color Hex Logo

#fdd689 Color Hex

#FDD689
(253,214,137)
0 Favorites   0 Comments

Color spaces of #fdd689

RGB 253214137
HSL0.110.970.76
HSV40°46°99°
CMYK 0.000.150.46   0.01
XYZ69.069970.781933.6888
Yxy70.78190.39800.4079
Hunter Lab84.1320-0.687735.1510
CIE-Lab87.37893.925742.9684

#fdd689 color RGB value is (253,214,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010110 10001001
Octal 375 326 211
Decimal 253 214 137
Hex FD D6 89

RGB Percentages of Color #fdd689

%41.89
%35.43
%22.68

CMYK Percentages of Color #fdd689

%0
%15
%46
%1

Triadic Colors of #fdd689

#fdd689 #89fdd6 #d689fd

Analogous Colors of #fdd689

#fdd689 #eafd89 #fd9c89

Monochromatic Colors of #fdd689

#fdd689

Complementary Color

#fdd689 #89b0fd

#fdd689 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd689 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd689 Color CSS Codes

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

#fdd689 Text Font Color

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

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


#fdd689 Background Color

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

This div background color is #fdd689


#fdd689 Border Color

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

This div border color is #fdd689


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd689

Related Colors


Comments

No comments written yet.

Please login to write comment.