Color Hex Logo

#dde7ba Color Hex

#DDE7BA
(221,231,186)
0 Favorites   0 Comments

Color spaces of #dde7ba

RGB 221231186
HSL0.200.480.82
HSV73°19°91°
CMYK 0.040.000.19   0.09
XYZ67.257676.069257.5923
Yxy76.06920.33470.3786
Hunter Lab87.2177-14.981221.9015
CIE-Lab89.8915-10.870620.8263

#dde7ba color RGB value is (221,231,186).

#dde7ba hex color red value is 221, green value is 231 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #dde7ba hue: 0.20 , saturation: 0.48 and the lightness value of dde7ba is 0.82.

The process color (four color CMYK) of #dde7ba color hex is 0.04, 0.00, 0.19, 0.09. Web safe color of #dde7ba is #ccffcc. Color #dde7ba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100111 10111010
Octal 335 347 272
Decimal 221 231 186
Hex DD E7 BA

RGB Percentages of Color #dde7ba

%34.64
%36.21
%29.15

CMYK Percentages of Color #dde7ba

%4
%0
%19
%9

Triadic Colors of #dde7ba

#dde7ba #badde7 #e7badd

Analogous Colors of #dde7ba

#dde7ba #c7e7ba #e7dbba

Monochromatic Colors of #dde7ba

#dde7ba

Complementary Color

#dde7ba #c4bae7

#dde7ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde7ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde7ba Color CSS Codes

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

#dde7ba Text Font Color

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

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


#dde7ba Background Color

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

This div background color is #dde7ba


#dde7ba Border Color

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

This div border color is #dde7ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde7ba


Comments

No comments written yet.

Please login to write comment.