Color Hex Logo

#fdb499 Color Hex

#FDB499
(253,180,153)
0 Favorites   0 Comments

Color spaces of #fdb499

RGB 253180153
HSL0.050.960.80
HSV16°40°99°
CMYK 0.000.290.40   0.01
XYZ62.579055.825137.6140
Yxy55.82510.40110.3578
Hunter Lab74.716218.750422.4533
CIE-Lab79.514223.278424.3466

#fdb499 color RGB value is (253,180,153).

#fdb499 hex color red value is 253, green value is 180 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #fdb499 hue: 0.05 , saturation: 0.96 and the lightness value of fdb499 is 0.80.

The process color (four color CMYK) of #fdb499 color hex is 0.00, 0.29, 0.40, 0.01. Web safe color of #fdb499 is #ffcc99. Color #fdb499 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110100 10011001
Octal 375 264 231
Decimal 253 180 153
Hex FD B4 99

RGB Percentages of Color #fdb499

%43.17
%30.72
%26.11

CMYK Percentages of Color #fdb499

%0
%29
%40
%1

Triadic Colors of #fdb499

#fdb499 #99fdb4 #b499fd

Analogous Colors of #fdb499

#fdb499 #fde699 #fd99b0

Monochromatic Colors of #fdb499

#fdb499

Complementary Color

#fdb499 #99e2fd

#fdb499 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb499 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb499 Color CSS Codes

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

#fdb499 Text Font Color

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

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


#fdb499 Background Color

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

This div background color is #fdb499


#fdb499 Border Color

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

This div border color is #fdb499


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb499

Related Colors


Comments

No comments written yet.

Please login to write comment.