Color Hex Logo

#dcdbae Color Hex

#DCDBAE
(220,219,174)
0 Favorites   0 Comments

Color spaces of #dcdbae

RGB 220219174
HSL0.160.400.77
HSV59°21°86°
CMYK 0.000.000.21   0.14
XYZ62.486768.934750.0567
Yxy68.93470.34430.3799
Hunter Lab83.0269-10.956622.3731
CIE-Lab86.4717-6.924922.3168

#dcdbae color RGB value is (220,219,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011011 10101110
Octal 334 333 256
Decimal 220 219 174
Hex DC DB AE

RGB Percentages of Color #dcdbae

%35.89
%35.73
%28.38

CMYK Percentages of Color #dcdbae

%0
%0
%21
%14

Triadic Colors of #dcdbae

#dcdbae #aedcdb #dbaedc

Analogous Colors of #dcdbae

#dcdbae #c6dcae #dcc4ae

Monochromatic Colors of #dcdbae

#dcdbae

Complementary Color

#dcdbae #aeafdc

#dcdbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdbae Color CSS Codes

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

#dcdbae Text Font Color

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

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


#dcdbae Background Color

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

This div background color is #dcdbae


#dcdbae Border Color

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

This div border color is #dcdbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdbae


Comments

No comments written yet.

Please login to write comment.