Color Hex Logo

#ffdabb Color Hex

#FFDABB
(255,218,187)
0 Favorites   0 Comments

Color spaces of #ffdabb

RGB 255218187
HSL0.081.000.87
HSV27°27°100°
CMYK 0.000.150.27   0.00
XYZ75.281074.990757.5206
Yxy74.99070.36230.3609
Hunter Lab86.59723.629321.2357
CIE-Lab89.38868.352920.0265

#ffdabb color RGB value is (255,218,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011010 10111011
Octal 377 332 273
Decimal 255 218 187
Hex FF DA BB

RGB Percentages of Color #ffdabb

%38.64
%33.03
%28.33

CMYK Percentages of Color #ffdabb

%0
%15
%27
%0

Triadic Colors of #ffdabb

#ffdabb #bbffda #dabbff

Analogous Colors of #ffdabb

#ffdabb #fffcbb #ffbbbe

Monochromatic Colors of #ffdabb

#ffdabb

Complementary Color

#ffdabb #bbe0ff

#ffdabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdabb Color CSS Codes

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

#ffdabb Text Font Color

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

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


#ffdabb Background Color

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

This div background color is #ffdabb


#ffdabb Border Color

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

This div border color is #ffdabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdabb

#ffdabb Color Palettes


Comments

No comments written yet.

Please login to write comment.