Color Hex Logo

#fddb86 Color Hex

#FDDB86
(253,219,134)
0 Favorites   0 Comments

Color spaces of #fddb86

RGB 253219134
HSL0.120.970.76
HSV43°47°99°
CMYK 0.000.130.47   0.01
XYZ70.142673.266932.9993
Yxy73.26690.39760.4153
Hunter Lab85.5961-3.519537.0596
CIE-Lab88.57491.086145.9596

#fddb86 color RGB value is (253,219,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011011 10000110
Octal 375 333 206
Decimal 253 219 134
Hex FD DB 86

RGB Percentages of Color #fddb86

%41.75
%36.14
%22.11

CMYK Percentages of Color #fddb86

%0
%13
%47
%1

Triadic Colors of #fddb86

#fddb86 #86fddb #db86fd

Analogous Colors of #fddb86

#fddb86 #e4fd86 #fda086

Monochromatic Colors of #fddb86

#fddb86

Complementary Color

#fddb86 #86a8fd

#fddb86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddb86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddb86 Color CSS Codes

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

#fddb86 Text Font Color

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

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


#fddb86 Background Color

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

This div background color is #fddb86


#fddb86 Border Color

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

This div border color is #fddb86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddb86


Comments

No comments written yet.

Please login to write comment.