Color Hex Logo

#dccaa8 Color Hex

#DCCAA8
(220,202,168)
0 Favorites   0 Comments

Color spaces of #dccaa8

RGB 220202168
HSL0.110.430.76
HSV39°24°86°
CMYK 0.000.080.24   0.14
XYZ57.703660.283945.6404
Yxy60.28390.35270.3684
Hunter Lab77.6427-3.214619.4977
CIE-Lab81.99230.994219.2735

#dccaa8 color RGB value is (220,202,168).

#dccaa8 hex color red value is 220, green value is 202 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #dccaa8 hue: 0.11 , saturation: 0.43 and the lightness value of dccaa8 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001010 10101000
Octal 334 312 250
Decimal 220 202 168
Hex DC CA A8

RGB Percentages of Color #dccaa8

%37.29
%34.24
%28.47

CMYK Percentages of Color #dccaa8

%0
%8
%24
%14

Triadic Colors of #dccaa8

#dccaa8 #a8dcca #caa8dc

Analogous Colors of #dccaa8

#dccaa8 #d4dca8 #dcb0a8

Monochromatic Colors of #dccaa8

#dccaa8

Complementary Color

#dccaa8 #a8badc

#dccaa8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccaa8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccaa8 Color CSS Codes

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

#dccaa8 Text Font Color

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

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


#dccaa8 Background Color

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

This div background color is #dccaa8


#dccaa8 Border Color

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

This div border color is #dccaa8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccaa8

#dccaa8 Color Palettes


Comments

No comments written yet.

Please login to write comment.