Color Hex Logo

#ffdabd Color Hex

#FFDABD
(255,218,189)
0 Favorites   0 Comments

Color spaces of #ffdabd

RGB 255218189
HSL0.071.000.87
HSV26°26°100°
CMYK 0.000.150.26   0.00
XYZ75.496775.076958.6563
Yxy75.07690.36080.3588
Hunter Lab86.64693.897520.5160
CIE-Lab89.42908.620319.0389

#ffdabd color RGB value is (255,218,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011010 10111101
Octal 377 332 275
Decimal 255 218 189
Hex FF DA BD

RGB Percentages of Color #ffdabd

%38.52
%32.93
%28.55

CMYK Percentages of Color #ffdabd

%0
%15
%26
%0

Triadic Colors of #ffdabd

#ffdabd #bdffda #dabdff

Analogous Colors of #ffdabd

#ffdabd #fffbbd #ffbdc1

Monochromatic Colors of #ffdabd

#ffdabd

Complementary Color

#ffdabd #bde2ff

#ffdabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdabd Color CSS Codes

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

#ffdabd Text Font Color

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

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


#ffdabd Background Color

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

This div background color is #ffdabd


#ffdabd Border Color

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

This div border color is #ffdabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdabd

#ffdabd Color Palettes


Comments

No comments written yet.

Please login to write comment.