Color Hex Logo

#dfe7cf Color Hex

#DFE7CF
(223,231,207)
0 Favorites   0 Comments

Color spaces of #dfe7cf

RGB 223231207
HSL0.220.330.86
HSV80°10°91°
CMYK 0.030.000.10   0.09
XYZ70.269877.344870.2569
Yxy77.34480.32250.3550
Hunter Lab87.9459-11.281714.1974
CIE-Lab90.4801-6.853110.7614

#dfe7cf color RGB value is (223,231,207).

#dfe7cf hex color red value is 223, green value is 231 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #dfe7cf hue: 0.22 , saturation: 0.33 and the lightness value of dfe7cf is 0.86.

The process color (four color CMYK) of #dfe7cf color hex is 0.03, 0.00, 0.10, 0.09. Web safe color of #dfe7cf is #ccffcc. Color #dfe7cf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100111 11001111
Octal 337 347 317
Decimal 223 231 207
Hex DF E7 CF

RGB Percentages of Color #dfe7cf

%33.74
%34.95
%31.32

CMYK Percentages of Color #dfe7cf

%3
%0
%10
%9

Triadic Colors of #dfe7cf

#dfe7cf #cfdfe7 #e7cfdf

Analogous Colors of #dfe7cf

#dfe7cf #d3e7cf #e7e3cf

Monochromatic Colors of #dfe7cf

#dfe7cf

Complementary Color

#dfe7cf #d7cfe7

#dfe7cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe7cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe7cf Color CSS Codes

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

#dfe7cf Text Font Color

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

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


#dfe7cf Background Color

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

This div background color is #dfe7cf


#dfe7cf Border Color

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

This div border color is #dfe7cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe7cf


Comments

No comments written yet.

Please login to write comment.