Color Hex Logo

#ffdba7 Color Hex

#FFDBA7
(255,219,167)
2 Favorites   0 Comments

Color spaces of #ffdba7

RGB 255219167
HSL0.101.000.83
HSV35°35°100°
CMYK 0.000.140.35   0.00
XYZ73.546674.713147.1040
Yxy74.71310.37650.3824
Hunter Lab86.43670.616428.1954
CIE-Lab89.25845.333730.2183

#ffdba7 color RGB value is (255,219,167).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011011 10100111
Octal 377 333 247
Decimal 255 219 167
Hex FF DB A7

RGB Percentages of Color #ffdba7

%39.78
%34.17
%26.05

CMYK Percentages of Color #ffdba7

%0
%14
%35
%0

Triadic Colors of #ffdba7

#ffdba7 #a7ffdb #dba7ff

Analogous Colors of #ffdba7

#ffdba7 #f7ffa7 #ffafa7

Monochromatic Colors of #ffdba7

#ffdba7

Complementary Color

#ffdba7 #a7cbff

#ffdba7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdba7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdba7 Color CSS Codes

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

#ffdba7 Text Font Color

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

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


#ffdba7 Background Color

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

This div background color is #ffdba7


#ffdba7 Border Color

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

This div border color is #ffdba7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdba7

#ffdba7 Color Palettes


Comments

No comments written yet.

Please login to write comment.