Color Hex Logo

#dcae96 Color Hex

#DCAE96
(220,174,150)
0 Favorites   0 Comments

Color spaces of #dcae96

RGB 220174150
HSL0.060.500.73
HSV21°32°86°
CMYK 0.000.210.32   0.14
XYZ50.156347.689835.4157
Yxy47.68980.37640.3579
Hunter Lab69.05788.792417.9341
CIE-Lab74.628913.405818.7126

#dcae96 color RGB value is (220,174,150).

#dcae96 hex color red value is 220, green value is 174 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #dcae96 hue: 0.06 , saturation: 0.50 and the lightness value of dcae96 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101110 10010110
Octal 334 256 226
Decimal 220 174 150
Hex DC AE 96

RGB Percentages of Color #dcae96

%40.44
%31.99
%27.57

CMYK Percentages of Color #dcae96

%0
%21
%32
%14

Triadic Colors of #dcae96

#dcae96 #96dcae #ae96dc

Analogous Colors of #dcae96

#dcae96 #dcd196 #dc96a1

Monochromatic Colors of #dcae96

#dcae96

Complementary Color

#dcae96 #96c4dc

#dcae96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcae96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcae96 Color CSS Codes

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

#dcae96 Text Font Color

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

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


#dcae96 Background Color

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

This div background color is #dcae96


#dcae96 Border Color

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

This div border color is #dcae96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcae96


Comments

No comments written yet.

Please login to write comment.