Color Hex Logo

#dddfbe Color Hex

#DDDFBE
(221,223,190)
0 Favorites   0 Comments

Color spaces of #dddfbe

RGB 221223190
HSL0.180.340.81
HSV64°15°87°
CMYK 0.010.000.15   0.13
XYZ65.500771.865259.1343
Yxy71.86520.33330.3657
Hunter Lab84.7733-10.434117.9831
CIE-Lab87.9037-6.216415.9682

#dddfbe color RGB value is (221,223,190).

#dddfbe hex color red value is 221, green value is 223 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #dddfbe hue: 0.18 , saturation: 0.34 and the lightness value of dddfbe is 0.81.

The process color (four color CMYK) of #dddfbe color hex is 0.01, 0.00, 0.15, 0.13. Web safe color of #dddfbe is #cccccc. Color #dddfbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011111 10111110
Octal 335 337 276
Decimal 221 223 190
Hex DD DF BE

RGB Percentages of Color #dddfbe

%34.86
%35.17
%29.97

CMYK Percentages of Color #dddfbe

%1
%0
%15
%13

Triadic Colors of #dddfbe

#dddfbe #bedddf #dfbedd

Analogous Colors of #dddfbe

#dddfbe #cddfbe #dfd1be

Monochromatic Colors of #dddfbe

#dddfbe

Complementary Color

#dddfbe #c0bedf

#dddfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddfbe Color CSS Codes

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

#dddfbe Text Font Color

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

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


#dddfbe Background Color

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

This div background color is #dddfbe


#dddfbe Border Color

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

This div border color is #dddfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddfbe


Comments

No comments written yet.

Please login to write comment.