Color Hex Logo

#ffdba0 Color Hex

#FFDBA0
(255,219,160)
0 Favorites   0 Comments

Color spaces of #ffdba0

RGB 255219160
HSL0.101.000.81
HSV37°37°100°
CMYK 0.000.140.37   0.00
XYZ72.916774.461143.7870
Yxy74.46110.38140.3895
Hunter Lab86.2908-0.174530.3178
CIE-Lab89.14004.530133.6513

#ffdba0 color RGB value is (255,219,160).

#ffdba0 hex color red value is 255, green value is 219 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #ffdba0 hue: 0.10 , saturation: 1.00 and the lightness value of ffdba0 is 0.81.

The process color (four color CMYK) of #ffdba0 color hex is 0.00, 0.14, 0.37, 0.00. Web safe color of #ffdba0 is #ffcc99. Color #ffdba0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011011 10100000
Octal 377 333 240
Decimal 255 219 160
Hex FF DB A0

RGB Percentages of Color #ffdba0

%40.22
%34.54
%25.24

CMYK Percentages of Color #ffdba0

%0
%14
%37
%0

Triadic Colors of #ffdba0

#ffdba0 #a0ffdb #dba0ff

Analogous Colors of #ffdba0

#ffdba0 #f4ffa0 #ffaca0

Monochromatic Colors of #ffdba0

#ffdba0

Complementary Color

#ffdba0 #a0c4ff

#ffdba0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdba0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdba0 Color CSS Codes

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

#ffdba0 Text Font Color

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

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


#ffdba0 Background Color

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

This div background color is #ffdba0


#ffdba0 Border Color

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

This div border color is #ffdba0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,219,160, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ffdba0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ffdba0;
  -webkit-box-shadow: 1px 1px 3px 2px #ffdba0;
  box-shadow:         1px 1px 3px 2px #ffdba0; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,219,160, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdba0

Related Colors

#ffdba0 Color Palettes


Comments

No comments written yet.

Please login to write comment.