Color Hex Logo

#fdb166 Color Hex

#FDB166
(253,177,102)
0 Favorites   0 Comments

Color spaces of #fdb166

RGB 253177102
HSL0.080.970.70
HSV30°60°99°
CMYK 0.000.300.60   0.01
XYZ58.628453.286219.7656
Yxy53.28620.44520.4047
Hunter Lab72.997415.618235.0441
CIE-Lab78.043720.263848.9008

#fdb166 color RGB value is (253,177,102).

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

The process color (four color CMYK) of #fdb166 color hex is 0.00, 0.30, 0.60, 0.01. Web safe color of #fdb166 is #ff9966. Color #fdb166 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110001 01100110
Octal 375 261 146
Decimal 253 177 102
Hex FD B1 66

RGB Percentages of Color #fdb166

%47.56
%33.27
%19.17

CMYK Percentages of Color #fdb166

%0
%30
%60
%1

Triadic Colors of #fdb166

#fdb166 #66fdb1 #b166fd

Analogous Colors of #fdb166

#fdb166 #fdfd66 #fd6667

Monochromatic Colors of #fdb166

#fdb166

Complementary Color

#fdb166 #66b2fd

#fdb166 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb166 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb166 Color CSS Codes

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

#fdb166 Text Font Color

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

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


#fdb166 Background Color

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

This div background color is #fdb166


#fdb166 Border Color

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

This div border color is #fdb166


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb166


Comments

No comments written yet.

Please login to write comment.