Color Hex Logo

#fdb66a Color Hex

#FDB66A
(253,182,106)
0 Favorites   0 Comments

Color spaces of #fdb66a

RGB 253182106
HSL0.090.970.70
HSV31°58°99°
CMYK 0.000.280.58   0.01
XYZ59.837555.379221.1711
Yxy55.37920.43870.4060
Hunter Lab74.417213.298535.2245
CIE-Lab79.259217.930548.3735

#fdb66a color RGB value is (253,182,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110110 01101010
Octal 375 266 152
Decimal 253 182 106
Hex FD B6 6A

RGB Percentages of Color #fdb66a

%46.77
%33.64
%19.59

CMYK Percentages of Color #fdb66a

%0
%28
%58
%1

Triadic Colors of #fdb66a

#fdb66a #6afdb6 #b66afd

Analogous Colors of #fdb66a

#fdb66a #fbfd6a #fd6d6a

Monochromatic Colors of #fdb66a

#fdb66a

Complementary Color

#fdb66a #6ab1fd

#fdb66a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb66a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb66a Color CSS Codes

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

#fdb66a Text Font Color

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

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


#fdb66a Background Color

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

This div background color is #fdb66a


#fdb66a Border Color

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

This div border color is #fdb66a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb66a


Comments

No comments written yet.

Please login to write comment.