Color Hex Logo

#dccbae Color Hex

#DCCBAE
(220,203,174)
0 Favorites   0 Comments

Color spaces of #dccbae

RGB 220203174
HSL0.110.400.77
HSV38°21°86°
CMYK 0.000.080.21   0.14
XYZ58.511160.983548.7315
Yxy60.98350.34780.3625
Hunter Lab78.0919-2.918117.6658
CIE-Lab82.36991.332316.6190

#dccbae color RGB value is (220,203,174).

#dccbae hex color red value is 220, green value is 203 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #dccbae hue: 0.11 , saturation: 0.40 and the lightness value of dccbae is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001011 10101110
Octal 334 313 256
Decimal 220 203 174
Hex DC CB AE

RGB Percentages of Color #dccbae

%36.85
%34.00
%29.15

CMYK Percentages of Color #dccbae

%0
%8
%21
%14

Triadic Colors of #dccbae

#dccbae #aedccb #cbaedc

Analogous Colors of #dccbae

#dccbae #d6dcae #dcb4ae

Monochromatic Colors of #dccbae

#dccbae

Complementary Color

#dccbae #aebfdc

#dccbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccbae Color CSS Codes

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

#dccbae Text Font Color

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

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


#dccbae Background Color

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

This div background color is #dccbae


#dccbae Border Color

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

This div border color is #dccbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccbae


Comments

No comments written yet.

Please login to write comment.