Color Hex Logo

#fdcd86 Color Hex

#FDCD86
(253,205,134)
0 Favorites   0 Comments

Color spaces of #fdcd86

RGB 253205134
HSL0.100.970.76
HSV36°47°99°
CMYK 0.000.190.47   0.01
XYZ66.642466.266531.8325
Yxy66.26650.40450.4022
Hunter Lab81.40423.673433.7981
CIE-Lab85.13228.280941.6263

#fdcd86 color RGB value is (253,205,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001101 10000110
Octal 375 315 206
Decimal 253 205 134
Hex FD CD 86

RGB Percentages of Color #fdcd86

%42.74
%34.63
%22.64

CMYK Percentages of Color #fdcd86

%0
%19
%47
%1

Triadic Colors of #fdcd86

#fdcd86 #86fdcd #cd86fd

Analogous Colors of #fdcd86

#fdcd86 #f2fd86 #fd9286

Monochromatic Colors of #fdcd86

#fdcd86

Complementary Color

#fdcd86 #86b6fd

#fdcd86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcd86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcd86 Color CSS Codes

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

#fdcd86 Text Font Color

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

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


#fdcd86 Background Color

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

This div background color is #fdcd86


#fdcd86 Border Color

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

This div border color is #fdcd86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcd86

Related Colors


Comments

No comments written yet.

Please login to write comment.