Color Hex Logo

#fdd86c Color Hex

#FDD86C
(253,216,108)
0 Favorites   0 Comments

Color spaces of #fdd86c

RGB 253216108
HSL0.120.970.71
HSV45°57°99°
CMYK 0.000.150.57   0.01
XYZ67.770771.077124.3347
Yxy71.07710.41530.4356
Hunter Lab84.3072-4.049741.9014
CIE-Lab87.52250.470857.1150

#fdd86c color RGB value is (253,216,108).

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

The process color (four color CMYK) of #fdd86c color hex is 0.00, 0.15, 0.57, 0.01. Web safe color of #fdd86c is #ffcc66. Color #fdd86c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011000 01101100
Octal 375 330 154
Decimal 253 216 108
Hex FD D8 6C

RGB Percentages of Color #fdd86c

%43.85
%37.44
%18.72

CMYK Percentages of Color #fdd86c

%0
%15
%57
%1

Triadic Colors of #fdd86c

#fdd86c #6cfdd8 #d86cfd

Analogous Colors of #fdd86c

#fdd86c #dafd6c #fd906c

Monochromatic Colors of #fdd86c

#fdd86c

Complementary Color

#fdd86c #6c91fd

#fdd86c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd86c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd86c Color CSS Codes

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

#fdd86c Text Font Color

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

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


#fdd86c Background Color

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

This div background color is #fdd86c


#fdd86c Border Color

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

This div border color is #fdd86c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd86c


Comments

No comments written yet.

Please login to write comment.