Color Hex Logo

#fdb46d Color Hex

#FDB46D
(253,180,109)
0 Favorites   0 Comments

Color spaces of #fdb46d

RGB 253180109
HSL0.080.970.71
HSV30°57°99°
CMYK 0.000.290.57   0.01
XYZ59.589654.629321.8718
Yxy54.62930.43790.4014
Hunter Lab73.911614.566334.1932
CIE-Lab78.827319.199746.3644

#fdb46d color RGB value is (253,180,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110100 01101101
Octal 375 264 155
Decimal 253 180 109
Hex FD B4 6D

RGB Percentages of Color #fdb46d

%46.68
%33.21
%20.11

CMYK Percentages of Color #fdb46d

%0
%29
%57
%1

Triadic Colors of #fdb46d

#fdb46d #6dfdb4 #b46dfd

Analogous Colors of #fdb46d

#fdb46d #fdfc6d #fd6d6e

Monochromatic Colors of #fdb46d

#fdb46d

Complementary Color

#fdb46d #6db6fd

#fdb46d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb46d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb46d Color CSS Codes

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

#fdb46d Text Font Color

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

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


#fdb46d Background Color

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

This div background color is #fdb46d


#fdb46d Border Color

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

This div border color is #fdb46d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,180,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 #fdb46d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb46d


Comments

No comments written yet.

Please login to write comment.