Color Hex Logo

#ffd9ba Color Hex

#FFD9BA
(255,217,186)
3 Favorites   0 Comments

Color spaces of #ffd9ba

RGB 255217186
HSL0.071.000.86
HSV27°27°100°
CMYK 0.000.150.27   0.00
XYZ74.915874.430956.8725
Yxy74.43090.36330.3609
Hunter Lab86.27334.022821.3066
CIE-Lab89.12578.736720.1827

#ffd9ba color RGB value is (255,217,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011001 10111010
Octal 377 331 272
Decimal 255 217 186
Hex FF D9 BA

RGB Percentages of Color #ffd9ba

%38.75
%32.98
%28.27

CMYK Percentages of Color #ffd9ba

%0
%15
%27
%0

Triadic Colors of #ffd9ba

#ffd9ba #baffd9 #d9baff

Analogous Colors of #ffd9ba

#ffd9ba #fffcba #ffbabe

Monochromatic Colors of #ffd9ba

#ffd9ba

Complementary Color

#ffd9ba #bae0ff

#ffd9ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd9ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd9ba Color CSS Codes

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

#ffd9ba Text Font Color

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

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


#ffd9ba Background Color

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

This div background color is #ffd9ba


#ffd9ba Border Color

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

This div border color is #ffd9ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,217,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 #ffd9ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd9ba

Related Colors

#ffd9ba Color Palettes


Comments

No comments written yet.

Please login to write comment.