Color Hex Logo

#fdb165 Color Hex

#FDB165
(253,177,101)
0 Favorites   0 Comments

Color spaces of #fdb165

RGB 253177101
HSL0.080.970.69
HSV30°60°99°
CMYK 0.000.300.60   0.01
XYZ58.579153.266519.5059
Yxy53.26650.44600.4055
Hunter Lab72.983915.547735.2427
CIE-Lab78.032120.194449.3789

#fdb165 color RGB value is (253,177,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110001 01100101
Octal 375 261 145
Decimal 253 177 101
Hex FD B1 65

RGB Percentages of Color #fdb165

%47.65
%33.33
%19.02

CMYK Percentages of Color #fdb165

%0
%30
%60
%1

Triadic Colors of #fdb165

#fdb165 #65fdb1 #b165fd

Analogous Colors of #fdb165

#fdb165 #fdfd65 #fd6565

Monochromatic Colors of #fdb165

#fdb165

Complementary Color

#fdb165 #65b1fd

#fdb165 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb165 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb165 Color CSS Codes

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

#fdb165 Text Font Color

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

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


#fdb165 Background Color

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

This div background color is #fdb165


#fdb165 Border Color

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

This div border color is #fdb165


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb165


Comments

No comments written yet.

Please login to write comment.