Color Hex Logo

#fdd089 Color Hex

#FDD089
(253,208,137)
0 Favorites   0 Comments

Color spaces of #fdd089

RGB 253208137
HSL0.100.970.76
HSV37°46°99°
CMYK 0.000.180.46   0.01
XYZ67.579267.800533.1919
Yxy67.80050.40090.4022
Hunter Lab82.34112.402233.7388
CIE-Lab85.90667.014541.0983

#fdd089 color RGB value is (253,208,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010000 10001001
Octal 375 320 211
Decimal 253 208 137
Hex FD D0 89

RGB Percentages of Color #fdd089

%42.31
%34.78
%22.91

CMYK Percentages of Color #fdd089

%0
%18
%46
%1

Triadic Colors of #fdd089

#fdd089 #89fdd0 #d089fd

Analogous Colors of #fdd089

#fdd089 #f0fd89 #fd9689

Monochromatic Colors of #fdd089

#fdd089

Complementary Color

#fdd089 #89b6fd

#fdd089 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd089 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd089 Color CSS Codes

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

#fdd089 Text Font Color

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

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


#fdd089 Background Color

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

This div background color is #fdd089


#fdd089 Border Color

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

This div border color is #fdd089


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd089

Related Colors


Comments

No comments written yet.

Please login to write comment.