Color Hex Logo

#dfdabe Color Hex

#DFDABE
(223,218,190)
0 Favorites   0 Comments

Color spaces of #dfdabe

RGB 223218190
HSL0.140.340.81
HSV51°15°87°
CMYK 0.000.020.15   0.13
XYZ64.797169.548558.7242
Yxy69.54850.33560.3602
Hunter Lab83.3957-7.251016.6272
CIE-Lab86.7749-2.938314.4002

#dfdabe color RGB value is (223,218,190).

#dfdabe hex color red value is 223, green value is 218 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #dfdabe hue: 0.14 , saturation: 0.34 and the lightness value of dfdabe is 0.81.

The process color (four color CMYK) of #dfdabe color hex is 0.00, 0.02, 0.15, 0.13. Web safe color of #dfdabe is #cccccc. Color #dfdabe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011010 10111110
Octal 337 332 276
Decimal 223 218 190
Hex DF DA BE

RGB Percentages of Color #dfdabe

%35.34
%34.55
%30.11

CMYK Percentages of Color #dfdabe

%0
%2
%15
%13

Triadic Colors of #dfdabe

#dfdabe #bedfda #dabedf

Analogous Colors of #dfdabe

#dfdabe #d4dfbe #dfcabe

Monochromatic Colors of #dfdabe

#dfdabe

Complementary Color

#dfdabe #bec3df

#dfdabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdabe Color CSS Codes

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

#dfdabe Text Font Color

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

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


#dfdabe Background Color

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

This div background color is #dfdabe


#dfdabe Border Color

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

This div border color is #dfdabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdabe


Comments

No comments written yet.

Please login to write comment.