Color Hex Logo

#dfedbc Color Hex

#DFEDBC
(223,237,188)
0 Favorites   0 Comments

Color spaces of #dfedbc

RGB 223237188
HSL0.210.580.83
HSV77°21°93°
CMYK 0.060.000.21   0.07
XYZ69.792779.887259.3183
Yxy79.88720.33390.3822
Hunter Lab89.3796-17.031423.2169
CIE-Lab91.6342-12.853422.2311

#dfedbc color RGB value is (223,237,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101101 10111100
Octal 337 355 274
Decimal 223 237 188
Hex DF ED BC

RGB Percentages of Color #dfedbc

%34.41
%36.57
%29.01

CMYK Percentages of Color #dfedbc

%6
%0
%21
%7

Triadic Colors of #dfedbc

#dfedbc #bcdfed #edbcdf

Analogous Colors of #dfedbc

#dfedbc #c7edbc #ede3bc

Monochromatic Colors of #dfedbc

#dfedbc

Complementary Color

#dfedbc #cabced

#dfedbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfedbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfedbc Color CSS Codes

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

#dfedbc Text Font Color

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

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


#dfedbc Background Color

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

This div background color is #dfedbc


#dfedbc Border Color

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

This div border color is #dfedbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfedbc


Comments

No comments written yet.

Please login to write comment.