Color Hex Logo

#dfeba8 Color Hex

#DFEBA8
(223,235,168)
0 Favorites   0 Comments

Color spaces of #dfeba8

RGB 223235168
HSL0.200.630.79
HSV71°29°92°
CMYK 0.050.000.29   0.08
XYZ67.207677.931848.5459
Yxy77.93180.34700.4024
Hunter Lab88.2790-18.594629.1909
CIE-Lab90.7488-14.676431.2599

#dfeba8 color RGB value is (223,235,168).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101011 10101000
Octal 337 353 250
Decimal 223 235 168
Hex DF EB A8

RGB Percentages of Color #dfeba8

%35.62
%37.54
%26.84

CMYK Percentages of Color #dfeba8

%5
%0
%29
%8

Triadic Colors of #dfeba8

#dfeba8 #a8dfeb #eba8df

Analogous Colors of #dfeba8

#dfeba8 #beeba8 #ebd6a8

Monochromatic Colors of #dfeba8

#dfeba8

Complementary Color

#dfeba8 #b4a8eb

#dfeba8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfeba8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfeba8 Color CSS Codes

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

#dfeba8 Text Font Color

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

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


#dfeba8 Background Color

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

This div background color is #dfeba8


#dfeba8 Border Color

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

This div border color is #dfeba8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfeba8


Comments

No comments written yet.

Please login to write comment.