Color Hex Logo

#fdb66e Color Hex

#FDB66E
(253,182,110)
0 Favorites   0 Comments

Color spaces of #fdb66e

RGB 253182110
HSL0.080.970.71
HSV30°57°99°
CMYK 0.000.280.57   0.01
XYZ60.050455.464322.2925
Yxy55.46430.43580.4025
Hunter Lab74.474413.598634.3847
CIE-Lab79.308018.227946.4469

#fdb66e color RGB value is (253,182,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110110 01101110
Octal 375 266 156
Decimal 253 182 110
Hex FD B6 6E

RGB Percentages of Color #fdb66e

%46.42
%33.39
%20.18

CMYK Percentages of Color #fdb66e

%0
%28
%57
%1

Triadic Colors of #fdb66e

#fdb66e #6efdb6 #b66efd

Analogous Colors of #fdb66e

#fdb66e #fdfd6e #fd6f6e

Monochromatic Colors of #fdb66e

#fdb66e

Complementary Color

#fdb66e #6eb5fd

#fdb66e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb66e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb66e Color CSS Codes

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

#fdb66e Text Font Color

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

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


#fdb66e Background Color

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

This div background color is #fdb66e


#fdb66e Border Color

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

This div border color is #fdb66e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb66e

#fdb66e Color Palettes


Comments

No comments written yet.

Please login to write comment.