Color Hex Logo

#dfecbc Color Hex

#DFECBC
(223,236,188)
0 Favorites   0 Comments

Color spaces of #dfecbc

RGB 223236188
HSL0.210.560.83
HSV76°20°93°
CMYK 0.060.000.20   0.07
XYZ69.504079.309759.2220
Yxy79.30970.33410.3812
Hunter Lab89.0560-16.537222.9115
CIE-Lab91.3742-12.355621.8713

#dfecbc color RGB value is (223,236,188).

#dfecbc hex color red value is 223, green value is 236 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #dfecbc hue: 0.21 , saturation: 0.56 and the lightness value of dfecbc is 0.83.

The process color (four color CMYK) of #dfecbc color hex is 0.06, 0.00, 0.20, 0.07. Web safe color of #dfecbc is #ccffcc. Color #dfecbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101100 10111100
Octal 337 354 274
Decimal 223 236 188
Hex DF EC BC

RGB Percentages of Color #dfecbc

%34.47
%36.48
%29.06

CMYK Percentages of Color #dfecbc

%6
%0
%20
%7

Triadic Colors of #dfecbc

#dfecbc #bcdfec #ecbcdf

Analogous Colors of #dfecbc

#dfecbc #c7ecbc #ece1bc

Monochromatic Colors of #dfecbc

#dfecbc

Complementary Color

#dfecbc #c9bcec

#dfecbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfecbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfecbc Color CSS Codes

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

#dfecbc Text Font Color

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

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


#dfecbc Background Color

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

This div background color is #dfecbc


#dfecbc Border Color

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

This div border color is #dfecbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfecbc

#dfecbc Color Palettes


Comments

No comments written yet.

Please login to write comment.