Color Hex Logo

#ffdabe Color Hex

#FFDABE
(255,218,190)
0 Favorites   0 Comments

Color spaces of #ffdabe

RGB 255218190
HSL0.071.000.87
HSV26°25°100°
CMYK 0.000.150.25   0.00
XYZ75.605775.120559.2301
Yxy75.12050.36010.3578
Hunter Lab86.67214.032820.1528
CIE-Lab89.44948.755118.5452

#ffdabe color RGB value is (255,218,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011010 10111110
Octal 377 332 276
Decimal 255 218 190
Hex FF DA BE

RGB Percentages of Color #ffdabe

%38.46
%32.88
%28.66

CMYK Percentages of Color #ffdabe

%0
%15
%25
%0

Triadic Colors of #ffdabe

#ffdabe #beffda #dabeff

Analogous Colors of #ffdabe

#ffdabe #fffbbe #ffbec3

Monochromatic Colors of #ffdabe

#ffdabe

Complementary Color

#ffdabe #bee3ff

#ffdabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdabe Color CSS Codes

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

#ffdabe Text Font Color

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

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


#ffdabe Background Color

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

This div background color is #ffdabe


#ffdabe Border Color

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

This div border color is #ffdabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdabe

#ffdabe Color Palettes


Comments

No comments written yet.

Please login to write comment.