Color Hex Logo

#dcb4ae Color Hex

#DCB4AE
(220,180,174)
0 Favorites   0 Comments

Color spaces of #dcb4ae

RGB 220180174
HSL0.020.400.77
HSV21°86°
CMYK 0.000.180.21   0.14
XYZ53.476450.914247.0533
Yxy50.91420.35310.3362
Hunter Lab71.35428.907010.8502
CIE-Lab76.627013.51868.4942

#dcb4ae color RGB value is (220,180,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110100 10101110
Octal 334 264 256
Decimal 220 180 174
Hex DC B4 AE

RGB Percentages of Color #dcb4ae

%38.33
%31.36
%30.31

CMYK Percentages of Color #dcb4ae

%0
%18
%21
%14

Triadic Colors of #dcb4ae

#dcb4ae #aedcb4 #b4aedc

Analogous Colors of #dcb4ae

#dcb4ae #dccbae #dcaebf

Monochromatic Colors of #dcb4ae

#dcb4ae

Complementary Color

#dcb4ae #aed6dc

#dcb4ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb4ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb4ae Color CSS Codes

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

#dcb4ae Text Font Color

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

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


#dcb4ae Background Color

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

This div background color is #dcb4ae


#dcb4ae Border Color

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

This div border color is #dcb4ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb4ae

#dcb4ae Color Palettes


Comments

No comments written yet.

Please login to write comment.