Color Hex Logo

#dccfab Color Hex

#DCCFAB
(220,207,171)
0 Favorites   0 Comments

Color spaces of #dccfab

RGB 220207171
HSL0.120.410.77
HSV44°22°86°
CMYK 0.000.060.22   0.14
XYZ59.178762.781647.5271
Yxy62.78160.34920.3704
Hunter Lab79.2348-5.343419.9007
CIE-Lab83.3273-1.183119.5407

#dccfab color RGB value is (220,207,171).

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

The process color (four color CMYK) of #dccfab color hex is 0.00, 0.06, 0.22, 0.14. Web safe color of #dccfab is #cccc99. Color #dccfab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001111 10101011
Octal 334 317 253
Decimal 220 207 171
Hex DC CF AB

RGB Percentages of Color #dccfab

%36.79
%34.62
%28.60

CMYK Percentages of Color #dccfab

%0
%6
%22
%14

Triadic Colors of #dccfab

#dccfab #abdccf #cfabdc

Analogous Colors of #dccfab

#dccfab #d1dcab #dcb7ab

Monochromatic Colors of #dccfab

#dccfab

Complementary Color

#dccfab #abb8dc

#dccfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccfab Color CSS Codes

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

#dccfab Text Font Color

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

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


#dccfab Background Color

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

This div background color is #dccfab


#dccfab Border Color

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

This div border color is #dccfab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccfab


Comments

No comments written yet.

Please login to write comment.