Color Hex Logo

#dccab2 Color Hex

#DCCAB2
(220,202,178)
0 Favorites   0 Comments

Color spaces of #dccab2

RGB 220202178
HSL0.100.380.78
HSV34°19°86°
CMYK 0.000.080.19   0.14
XYZ58.671660.671150.7378
Yxy60.67110.34500.3567
Hunter Lab77.8917-1.855915.9033
CIE-Lab82.20162.446114.2576

#dccab2 color RGB value is (220,202,178).

#dccab2 hex color red value is 220, green value is 202 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #dccab2 hue: 0.10 , saturation: 0.38 and the lightness value of dccab2 is 0.78.

The process color (four color CMYK) of #dccab2 color hex is 0.00, 0.08, 0.19, 0.14. Web safe color of #dccab2 is #cccc99. Color #dccab2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001010 10110010
Octal 334 312 262
Decimal 220 202 178
Hex DC CA B2

RGB Percentages of Color #dccab2

%36.67
%33.67
%29.67

CMYK Percentages of Color #dccab2

%0
%8
%19
%14

Triadic Colors of #dccab2

#dccab2 #b2dcca #cab2dc

Analogous Colors of #dccab2

#dccab2 #d9dcb2 #dcb5b2

Monochromatic Colors of #dccab2

#dccab2

Complementary Color

#dccab2 #b2c4dc

#dccab2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccab2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccab2 Color CSS Codes

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

#dccab2 Text Font Color

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

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


#dccab2 Background Color

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

This div background color is #dccab2


#dccab2 Border Color

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

This div border color is #dccab2


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,202,178, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dccab2">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccab2


Comments

No comments written yet.

Please login to write comment.