Color Hex Logo

#ffdaba Color Hex

#FFDABA
(255,218,186)
0 Favorites   0 Comments

Color spaces of #ffdaba

RGB 255218186
HSL0.081.000.86
HSV28°27°100°
CMYK 0.000.150.27   0.00
XYZ75.174374.948056.9587
Yxy74.94800.36300.3619
Hunter Lab86.57253.496621.5921
CIE-Lab89.36868.220420.5202

#ffdaba color RGB value is (255,218,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011010 10111010
Octal 377 332 272
Decimal 255 218 186
Hex FF DA BA

RGB Percentages of Color #ffdaba

%38.69
%33.08
%28.22

CMYK Percentages of Color #ffdaba

%0
%15
%27
%0

Triadic Colors of #ffdaba

#ffdaba #baffda #dabaff

Analogous Colors of #ffdaba

#ffdaba #fffdba #ffbabd

Monochromatic Colors of #ffdaba

#ffdaba

Complementary Color

#ffdaba #badfff

#ffdaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdaba Color CSS Codes

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

#ffdaba Text Font Color

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

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


#ffdaba Background Color

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

This div background color is #ffdaba


#ffdaba Border Color

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

This div border color is #ffdaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdaba

Related Colors

#ffdaba Color Palettes


Comments

No comments written yet.

Please login to write comment.