Color Hex Logo

#fdb380 Color Hex

#FDB380
(253,179,128)
0 Favorites   0 Comments

Color spaces of #fdb380

RGB 253179128
HSL0.070.970.75
HSV24°49°99°
CMYK 0.000.290.49   0.01
XYZ60.524454.681427.7867
Yxy54.68140.42330.3824
Hunter Lab73.946916.692529.4837
CIE-Lab78.857421.295936.6879

#fdb380 color RGB value is (253,179,128).

#fdb380 hex color red value is 253, green value is 179 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #fdb380 hue: 0.07 , saturation: 0.97 and the lightness value of fdb380 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110011 10000000
Octal 375 263 200
Decimal 253 179 128
Hex FD B3 80

RGB Percentages of Color #fdb380

%45.18
%31.96
%22.86

CMYK Percentages of Color #fdb380

%0
%29
%49
%1

Triadic Colors of #fdb380

#fdb380 #80fdb3 #b380fd

Analogous Colors of #fdb380

#fdb380 #fdf280 #fd808c

Monochromatic Colors of #fdb380

#fdb380

Complementary Color

#fdb380 #80cafd

#fdb380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb380 Color CSS Codes

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

#fdb380 Text Font Color

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

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


#fdb380 Background Color

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

This div background color is #fdb380


#fdb380 Border Color

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

This div border color is #fdb380


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb380

#fdb380 Color Palettes


Comments

No comments written yet.

Please login to write comment.