Color Hex Logo

#dcbaa8 Color Hex

#DCBAA8
(220,186,168)
0 Favorites   0 Comments

Color spaces of #dcbaa8

RGB 220186168
HSL0.060.430.76
HSV21°24°86°
CMYK 0.000.150.24   0.14
XYZ54.142053.160644.4532
Yxy53.16060.35680.3503
Hunter Lab72.91134.954514.8895
CIE-Lab77.96979.436513.6474

#dcbaa8 color RGB value is (220,186,168).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111010 10101000
Octal 334 272 250
Decimal 220 186 168
Hex DC BA A8

RGB Percentages of Color #dcbaa8

%38.33
%32.40
%29.27

CMYK Percentages of Color #dcbaa8

%0
%15
%24
%14

Triadic Colors of #dcbaa8

#dcbaa8 #a8dcba #baa8dc

Analogous Colors of #dcbaa8

#dcbaa8 #dcd4a8 #dca8b0

Monochromatic Colors of #dcbaa8

#dcbaa8

Complementary Color

#dcbaa8 #a8cadc

#dcbaa8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbaa8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbaa8 Color CSS Codes

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

#dcbaa8 Text Font Color

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

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


#dcbaa8 Background Color

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

This div background color is #dcbaa8


#dcbaa8 Border Color

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

This div border color is #dcbaa8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbaa8


Comments

No comments written yet.

Please login to write comment.