Color Hex Logo

#ddcfab Color Hex

#DDCFAB
(221,207,171)
0 Favorites   0 Comments

Color spaces of #ddcfab

RGB 221207171
HSL0.120.420.77
HSV43°23°87°
CMYK 0.000.060.23   0.13
XYZ59.482362.938147.5413
Yxy62.93810.35000.3703
Hunter Lab79.3335-4.998920.0034
CIE-Lab83.4098-0.809719.6678

#ddcfab color RGB value is (221,207,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001111 10101011
Octal 335 317 253
Decimal 221 207 171
Hex DD CF AB

RGB Percentages of Color #ddcfab

%36.89
%34.56
%28.55

CMYK Percentages of Color #ddcfab

%0
%6
%23
%13

Triadic Colors of #ddcfab

#ddcfab #abddcf #cfabdd

Analogous Colors of #ddcfab

#ddcfab #d2ddab #ddb6ab

Monochromatic Colors of #ddcfab

#ddcfab

Complementary Color

#ddcfab #abb9dd

#ddcfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcfab Color CSS Codes

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

#ddcfab Text Font Color

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

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


#ddcfab Background Color

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

This div background color is #ddcfab


#ddcfab Border Color

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

This div border color is #ddcfab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcfab


Comments

No comments written yet.

Please login to write comment.