Color Hex Logo

#dccab3 Color Hex

#DCCAB3
(220,202,179)
0 Favorites   0 Comments

Color spaces of #dccab3

RGB 220202179
HSL0.090.370.78
HSV34°19°86°
CMYK 0.000.080.19   0.14
XYZ58.772460.711451.2687
Yxy60.71140.34420.3556
Hunter Lab77.9175-1.714915.5302
CIE-Lab82.22332.596113.7562

#dccab3 color RGB value is (220,202,179).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001010 10110011
Octal 334 312 263
Decimal 220 202 179
Hex DC CA B3

RGB Percentages of Color #dccab3

%36.61
%33.61
%29.78

CMYK Percentages of Color #dccab3

%0
%8
%19
%14

Triadic Colors of #dccab3

#dccab3 #b3dcca #cab3dc

Analogous Colors of #dccab3

#dccab3 #dadcb3 #dcb6b3

Monochromatic Colors of #dccab3

#dccab3

Complementary Color

#dccab3 #b3c5dc

#dccab3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccab3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccab3 Color CSS Codes

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

#dccab3 Text Font Color

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

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


#dccab3 Background Color

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

This div background color is #dccab3


#dccab3 Border Color

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

This div border color is #dccab3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccab3


Comments

No comments written yet.

Please login to write comment.