Color Hex Logo

#ffdbba Color Hex

#FFDBBA
(255,219,186)
0 Favorites   0 Comments

Color spaces of #ffdbba

RGB 255219186
HSL0.081.000.86
HSV29°27°100°
CMYK 0.000.140.27   0.00
XYZ75.434475.468257.0454
Yxy75.46820.36280.3629
Hunter Lab86.87242.971121.8775
CIE-Lab89.61197.704820.8578

#ffdbba color RGB value is (255,219,186).

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

The process color (four color CMYK) of #ffdbba color hex is 0.00, 0.14, 0.27, 0.00. Web safe color of #ffdbba is #ffcccc. Color #ffdbba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011011 10111010
Octal 377 333 272
Decimal 255 219 186
Hex FF DB BA

RGB Percentages of Color #ffdbba

%38.64
%33.18
%28.18

CMYK Percentages of Color #ffdbba

%0
%14
%27
%0

Triadic Colors of #ffdbba

#ffdbba #baffdb #dbbaff

Analogous Colors of #ffdbba

#ffdbba #fffeba #ffbabc

Monochromatic Colors of #ffdbba

#ffdbba

Complementary Color

#ffdbba #badeff

#ffdbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdbba Color CSS Codes

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

#ffdbba Text Font Color

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

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


#ffdbba Background Color

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

This div background color is #ffdbba


#ffdbba Border Color

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

This div border color is #ffdbba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdbba

Related Colors

#ffdbba Color Palettes


Comments

No comments written yet.

Please login to write comment.