Color Hex Logo

#fdd386 Color Hex

#FDD386
(253,211,134)
0 Favorites   0 Comments

Color spaces of #fdd386

RGB 253211134
HSL0.110.970.76
HSV39°47°99°
CMYK 0.000.170.47   0.01
XYZ68.105469.192432.3202
Yxy69.19240.40150.4079
Hunter Lab83.18200.578835.1904
CIE-Lab86.59925.184343.4813

#fdd386 color RGB value is (253,211,134).

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

The process color (four color CMYK) of #fdd386 color hex is 0.00, 0.17, 0.47, 0.01. Web safe color of #fdd386 is #ffcc99. Color #fdd386 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010011 10000110
Octal 375 323 206
Decimal 253 211 134
Hex FD D3 86

RGB Percentages of Color #fdd386

%42.31
%35.28
%22.41

CMYK Percentages of Color #fdd386

%0
%17
%47
%1

Triadic Colors of #fdd386

#fdd386 #86fdd3 #d386fd

Analogous Colors of #fdd386

#fdd386 #ecfd86 #fd9886

Monochromatic Colors of #fdd386

#fdd386

Complementary Color

#fdd386 #86b0fd

#fdd386 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd386 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd386 Color CSS Codes

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

#fdd386 Text Font Color

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

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


#fdd386 Background Color

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

This div background color is #fdd386


#fdd386 Border Color

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

This div border color is #fdd386


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd386


Comments

No comments written yet.

Please login to write comment.