Color Hex Logo

#dddea3 Color Hex

#DDDEA3
(221,222,163)
0 Favorites   0 Comments

Color spaces of #dddea3

RGB 221222163
HSL0.170.470.75
HSV61°27°87°
CMYK 0.000.000.27   0.13
XYZ62.550970.259044.9149
Yxy70.25900.35200.3953
Hunter Lab83.8206-13.481026.9042
CIE-Lab87.1237-9.586528.9183

#dddea3 color RGB value is (221,222,163).

#dddea3 hex color red value is 221, green value is 222 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #dddea3 hue: 0.17 , saturation: 0.47 and the lightness value of dddea3 is 0.75.

The process color (four color CMYK) of #dddea3 color hex is 0.00, 0.00, 0.27, 0.13. Web safe color of #dddea3 is #cccc99. Color #dddea3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011110 10100011
Octal 335 336 243
Decimal 221 222 163
Hex DD DE A3

RGB Percentages of Color #dddea3

%36.47
%36.63
%26.90

CMYK Percentages of Color #dddea3

%0
%0
%27
%13

Triadic Colors of #dddea3

#dddea3 #a3ddde #dea3dd

Analogous Colors of #dddea3

#dddea3 #c0dea3 #dec2a3

Monochromatic Colors of #dddea3

#dddea3

Complementary Color

#dddea3 #a4a3de

#dddea3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddea3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddea3 Color CSS Codes

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

#dddea3 Text Font Color

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

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


#dddea3 Background Color

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

This div background color is #dddea3


#dddea3 Border Color

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

This div border color is #dddea3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddea3


Comments

No comments written yet.

Please login to write comment.