Color Hex Logo

#dcdfab Color Hex

#DCDFAB
(220,223,171)
0 Favorites   0 Comments

Color spaces of #dcdfab

RGB 220223171
HSL0.180.450.77
HSV63°23°87°
CMYK 0.010.000.23   0.13
XYZ63.253670.931348.8854
Yxy70.93130.34550.3875
Hunter Lab84.2207-13.324624.5400
CIE-Lab87.4516-9.377325.2198

#dcdfab color RGB value is (220,223,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011111 10101011
Octal 334 337 253
Decimal 220 223 171
Hex DC DF AB

RGB Percentages of Color #dcdfab

%35.83
%36.32
%27.85

CMYK Percentages of Color #dcdfab

%1
%0
%23
%13

Triadic Colors of #dcdfab

#dcdfab #abdcdf #dfabdc

Analogous Colors of #dcdfab

#dcdfab #c2dfab #dfc8ab

Monochromatic Colors of #dcdfab

#dcdfab

Complementary Color

#dcdfab #aeabdf

#dcdfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdfab Color CSS Codes

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

#dcdfab Text Font Color

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

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


#dcdfab Background Color

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

This div background color is #dcdfab


#dcdfab Border Color

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

This div border color is #dcdfab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdfab


Comments

No comments written yet.

Please login to write comment.