Color Hex Logo

#dfeba6 Color Hex

#DFEBA6
(223,235,166)
0 Favorites   0 Comments

Color spaces of #dfeba6

RGB 223235166
HSL0.200.630.79
HSV70°29°92°
CMYK 0.050.000.29   0.08
XYZ67.022777.857847.5720
Yxy77.85780.34830.4046
Hunter Lab88.2371-18.830729.8004
CIE-Lab90.7150-14.939632.2302

#dfeba6 color RGB value is (223,235,166).

#dfeba6 hex color red value is 223, green value is 235 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #dfeba6 hue: 0.20 , saturation: 0.63 and the lightness value of dfeba6 is 0.79.

The process color (four color CMYK) of #dfeba6 color hex is 0.05, 0.00, 0.29, 0.08. Web safe color of #dfeba6 is #ccff99. Color #dfeba6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101011 10100110
Octal 337 353 246
Decimal 223 235 166
Hex DF EB A6

RGB Percentages of Color #dfeba6

%35.74
%37.66
%26.60

CMYK Percentages of Color #dfeba6

%5
%0
%29
%8

Triadic Colors of #dfeba6

#dfeba6 #a6dfeb #eba6df

Analogous Colors of #dfeba6

#dfeba6 #bdeba6 #ebd5a6

Monochromatic Colors of #dfeba6

#dfeba6

Complementary Color

#dfeba6 #b2a6eb

#dfeba6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfeba6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfeba6 Color CSS Codes

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

#dfeba6 Text Font Color

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

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


#dfeba6 Background Color

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

This div background color is #dfeba6


#dfeba6 Border Color

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

This div border color is #dfeba6


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,235,166, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfeba6


Comments

No comments written yet.

Please login to write comment.