Color Hex Logo

#dcae93 Color Hex

#DCAE93
(220,174,147)
0 Favorites   0 Comments

Color spaces of #dcae93

RGB 220174147
HSL0.060.510.72
HSV22°33°86°
CMYK 0.000.210.33   0.14
XYZ49.917747.594334.1594
Yxy47.59430.37910.3615
Hunter Lab68.98868.426118.9349
CIE-Lab74.568313.025020.2542

#dcae93 color RGB value is (220,174,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101110 10010011
Octal 334 256 223
Decimal 220 174 147
Hex DC AE 93

RGB Percentages of Color #dcae93

%40.67
%32.16
%27.17

CMYK Percentages of Color #dcae93

%0
%21
%33
%14

Triadic Colors of #dcae93

#dcae93 #93dcae #ae93dc

Analogous Colors of #dcae93

#dcae93 #dcd393 #dc939d

Monochromatic Colors of #dcae93

#dcae93

Complementary Color

#dcae93 #93c1dc

#dcae93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcae93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcae93 Color CSS Codes

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

#dcae93 Text Font Color

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

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


#dcae93 Background Color

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

This div background color is #dcae93


#dcae93 Border Color

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

This div border color is #dcae93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcae93


Comments

No comments written yet.

Please login to write comment.