Color Hex Logo

#dddfab Color Hex

#DDDFAB
(221,223,171)
0 Favorites   0 Comments

Color spaces of #dddfab

RGB 221223171
HSL0.170.450.77
HSV62°23°87°
CMYK 0.010.000.23   0.13
XYZ63.557271.087848.8996
Yxy71.08780.34630.3873
Hunter Lab84.3136-12.992024.6329
CIE-Lab87.5276-9.007725.3360

#dddfab color RGB value is (221,223,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011111 10101011
Octal 335 337 253
Decimal 221 223 171
Hex DD DF AB

RGB Percentages of Color #dddfab

%35.93
%36.26
%27.80

CMYK Percentages of Color #dddfab

%1
%0
%23
%13

Triadic Colors of #dddfab

#dddfab #abdddf #dfabdd

Analogous Colors of #dddfab

#dddfab #c3dfab #dfc7ab

Monochromatic Colors of #dddfab

#dddfab

Complementary Color

#dddfab #adabdf

#dddfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddfab Color CSS Codes

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

#dddfab Text Font Color

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

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


#dddfab Background Color

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

This div background color is #dddfab


#dddfab Border Color

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

This div border color is #dddfab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddfab


Comments

No comments written yet.

Please login to write comment.