Color Hex Logo

#deddab Color Hex

#DEDDAB
(222,221,171)
0 Favorites   0 Comments

Color spaces of #deddab

RGB 222221171
HSL0.160.440.77
HSV59°23°87°
CMYK 0.000.000.23   0.13
XYZ63.331370.182848.7368
Yxy70.18280.34750.3851
Hunter Lab83.7752-11.666424.1502
CIE-Lab87.0864-7.624624.7455

#deddab color RGB value is (222,221,171).

#deddab hex color red value is 222, green value is 221 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #deddab hue: 0.16 , saturation: 0.44 and the lightness value of deddab is 0.77.

The process color (four color CMYK) of #deddab color hex is 0.00, 0.00, 0.23, 0.13. Web safe color of #deddab is #cccc99. Color #deddab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011101 10101011
Octal 336 335 253
Decimal 222 221 171
Hex DE DD AB

RGB Percentages of Color #deddab

%36.16
%35.99
%27.85

CMYK Percentages of Color #deddab

%0
%0
%23
%13

Triadic Colors of #deddab

#deddab #abdedd #ddabde

Analogous Colors of #deddab

#deddab #c6deab #dec4ab

Monochromatic Colors of #deddab

#deddab

Complementary Color

#deddab #abacde

#deddab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deddab Color Preview on White Background

Lorem ipsum dolor sit amet.

#deddab Color CSS Codes

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

#deddab Text Font Color

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

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


#deddab Background Color

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

This div background color is #deddab


#deddab Border Color

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

This div border color is #deddab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deddab


Comments

No comments written yet.

Please login to write comment.