Color Hex Logo

#ffdba8 Color Hex

#FFDBA8
(255,219,168)
0 Favorites   0 Comments

Color spaces of #ffdba8

RGB 255219168
HSL0.101.000.83
HSV35°34°100°
CMYK 0.000.140.34   0.00
XYZ73.639474.750247.5928
Yxy74.75020.37570.3814
Hunter Lab86.45820.732727.8833
CIE-Lab89.27595.451629.7269

#ffdba8 color RGB value is (255,219,168).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011011 10101000
Octal 377 333 250
Decimal 255 219 168
Hex FF DB A8

RGB Percentages of Color #ffdba8

%39.72
%34.11
%26.17

CMYK Percentages of Color #ffdba8

%0
%14
%34
%0

Triadic Colors of #ffdba8

#ffdba8 #a8ffdb #dba8ff

Analogous Colors of #ffdba8

#ffdba8 #f8ffa8 #ffb0a8

Monochromatic Colors of #ffdba8

#ffdba8

Complementary Color

#ffdba8 #a8ccff

#ffdba8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdba8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdba8 Color CSS Codes

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

#ffdba8 Text Font Color

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

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


#ffdba8 Background Color

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

This div background color is #ffdba8


#ffdba8 Border Color

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

This div border color is #ffdba8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdba8

Related Colors


Comments

No comments written yet.

Please login to write comment.