Color Hex Logo

#ffdabc Color Hex

#FFDABC
(255,218,188)
0 Favorites   0 Comments

Color spaces of #ffdabc

RGB 255218188
HSL0.071.000.87
HSV27°26°100°
CMYK 0.000.150.26   0.00
XYZ75.388575.033658.0865
Yxy75.03360.36160.3599
Hunter Lab86.62193.763120.8770
CIE-Lab89.40878.486419.5326

#ffdabc color RGB value is (255,218,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011010 10111100
Octal 377 332 274
Decimal 255 218 188
Hex FF DA BC

RGB Percentages of Color #ffdabc

%38.58
%32.98
%28.44

CMYK Percentages of Color #ffdabc

%0
%15
%26
%0

Triadic Colors of #ffdabc

#ffdabc #bcffda #dabcff

Analogous Colors of #ffdabc

#ffdabc #fffcbc #ffbcc0

Monochromatic Colors of #ffdabc

#ffdabc

Complementary Color

#ffdabc #bce1ff

#ffdabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdabc Color CSS Codes

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

#ffdabc Text Font Color

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

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


#ffdabc Background Color

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

This div background color is #ffdabc


#ffdabc Border Color

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

This div border color is #ffdabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdabc

Related Colors

#ffdabc Color Palettes


Comments

No comments written yet.

Please login to write comment.