Color Hex Logo

#fdb06d Color Hex

#FDB06D
(253,176,109)
0 Favorites   0 Comments

Color spaces of #fdb06d

RGB 253176109
HSL0.080.970.71
HSV28°57°99°
CMYK 0.000.300.57   0.01
XYZ58.793753.037421.6065
Yxy53.03740.44060.3975
Hunter Lab72.826816.657833.3884
CIE-Lab77.897121.295345.2361

#fdb06d color RGB value is (253,176,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110000 01101101
Octal 375 260 155
Decimal 253 176 109
Hex FD B0 6D

RGB Percentages of Color #fdb06d

%47.03
%32.71
%20.26

CMYK Percentages of Color #fdb06d

%0
%30
%57
%1

Triadic Colors of #fdb06d

#fdb06d #6dfdb0 #b06dfd

Analogous Colors of #fdb06d

#fdb06d #fdf86d #fd6d72

Monochromatic Colors of #fdb06d

#fdb06d

Complementary Color

#fdb06d #6dbafd

#fdb06d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb06d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb06d Color CSS Codes

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

#fdb06d Text Font Color

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

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


#fdb06d Background Color

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

This div background color is #fdb06d


#fdb06d Border Color

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

This div border color is #fdb06d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb06d


Comments

No comments written yet.

Please login to write comment.