Color Hex Logo

#ffdbaf Color Hex

#FFDBAF
(255,219,175)
0 Favorites   0 Comments

Color spaces of #ffdbaf

RGB 255219175
HSL0.091.000.84
HSV33°31°100°
CMYK 0.000.140.31   0.00
XYZ74.309475.018251.1209
Yxy75.01820.37070.3743
Hunter Lab86.61301.570725.6349
CIE-Lab89.40156.298526.2820

#ffdbaf color RGB value is (255,219,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011011 10101111
Octal 377 333 257
Decimal 255 219 175
Hex FF DB AF

RGB Percentages of Color #ffdbaf

%39.29
%33.74
%26.96

CMYK Percentages of Color #ffdbaf

%0
%14
%31
%0

Triadic Colors of #ffdbaf

#ffdbaf #afffdb #dbafff

Analogous Colors of #ffdbaf

#ffdbaf #fbffaf #ffb3af

Monochromatic Colors of #ffdbaf

#ffdbaf

Complementary Color

#ffdbaf #afd3ff

#ffdbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdbaf Color CSS Codes

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

#ffdbaf Text Font Color

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

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


#ffdbaf Background Color

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

This div background color is #ffdbaf


#ffdbaf Border Color

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

This div border color is #ffdbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdbaf


Comments

No comments written yet.

Please login to write comment.