Color Hex Logo

#dfebcf Color Hex

#DFEBCF
(223,235,207)
0 Favorites   0 Comments

Color spaces of #dfebcf

RGB 223235207
HSL0.240.410.87
HSV86°12°92°
CMYK 0.050.000.12   0.08
XYZ71.402279.609670.6344
Yxy79.60960.32210.3592
Hunter Lab89.2242-13.296715.5200
CIE-Lab91.5094-8.874212.2272

#dfebcf color RGB value is (223,235,207).

#dfebcf hex color red value is 223, green value is 235 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #dfebcf hue: 0.24 , saturation: 0.41 and the lightness value of dfebcf is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101011 11001111
Octal 337 353 317
Decimal 223 235 207
Hex DF EB CF

RGB Percentages of Color #dfebcf

%33.53
%35.34
%31.13

CMYK Percentages of Color #dfebcf

%5
%0
%12
%8

Triadic Colors of #dfebcf

#dfebcf #cfdfeb #ebcfdf

Analogous Colors of #dfebcf

#dfebcf #d1ebcf #ebe9cf

Monochromatic Colors of #dfebcf

#dfebcf

Complementary Color

#dfebcf #dbcfeb

#dfebcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfebcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfebcf Color CSS Codes

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

#dfebcf Text Font Color

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

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


#dfebcf Background Color

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

This div background color is #dfebcf


#dfebcf Border Color

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

This div border color is #dfebcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfebcf


Comments

No comments written yet.

Please login to write comment.