Color Hex Logo

#ded4ab Color Hex

#DED4AB
(222,212,171)
0 Favorites   0 Comments

Color spaces of #ded4ab

RGB 222212171
HSL0.130.440.77
HSV48°23°87°
CMYK 0.000.050.23   0.13
XYZ61.018465.556847.9658
Yxy65.55680.34960.3756
Hunter Lab80.9672-7.171521.5530
CIE-Lab84.7698-3.021621.5624

#ded4ab color RGB value is (222,212,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010100 10101011
Octal 336 324 253
Decimal 222 212 171
Hex DE D4 AB

RGB Percentages of Color #ded4ab

%36.69
%35.04
%28.26

CMYK Percentages of Color #ded4ab

%0
%5
%23
%13

Triadic Colors of #ded4ab

#ded4ab #abded4 #d4abde

Analogous Colors of #ded4ab

#ded4ab #cfdeab #debbab

Monochromatic Colors of #ded4ab

#ded4ab

Complementary Color

#ded4ab #abb5de

#ded4ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded4ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded4ab Color CSS Codes

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

#ded4ab Text Font Color

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

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


#ded4ab Background Color

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

This div background color is #ded4ab


#ded4ab Border Color

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

This div border color is #ded4ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded4ab


Comments

No comments written yet.

Please login to write comment.