Color Hex Logo

#dfebca Color Hex

#DFEBCA
(223,235,202)
0 Favorites   0 Comments

Color spaces of #dfebca

RGB 223235202
HSL0.230.450.86
HSV82°14°92°
CMYK 0.050.000.14   0.08
XYZ70.800479.368967.4653
Yxy79.36890.32530.3647
Hunter Lab89.0892-14.049817.4635
CIE-Lab91.4009-9.687214.6692

#dfebca color RGB value is (223,235,202).

#dfebca hex color red value is 223, green value is 235 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #dfebca hue: 0.23 , saturation: 0.45 and the lightness value of dfebca is 0.86.

The process color (four color CMYK) of #dfebca color hex is 0.05, 0.00, 0.14, 0.08. Web safe color of #dfebca is #ccffcc. Color #dfebca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101011 11001010
Octal 337 353 312
Decimal 223 235 202
Hex DF EB CA

RGB Percentages of Color #dfebca

%33.79
%35.61
%30.61

CMYK Percentages of Color #dfebca

%5
%0
%14
%8

Triadic Colors of #dfebca

#dfebca #cadfeb #ebcadf

Analogous Colors of #dfebca

#dfebca #cfebca #ebe7ca

Monochromatic Colors of #dfebca

#dfebca

Complementary Color

#dfebca #d6caeb

#dfebca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfebca Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfebca Color CSS Codes

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

#dfebca Text Font Color

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

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


#dfebca Background Color

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

This div background color is #dfebca


#dfebca Border Color

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

This div border color is #dfebca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfebca

#dfebca Color Palettes


Comments

No comments written yet.

Please login to write comment.