Color Hex Logo

#da885e Color Hex

#DA885E
(218,136,94)
0 Favorites   0 Comments

Color spaces of #da885e

RGB 21813694
HSL0.060.630.61
HSV20°57°85°
CMYK 0.000.380.57   0.15
XYZ39.738033.321914.9270
Yxy33.32190.45160.3787
Hunter Lab57.725121.860525.0759
CIE-Lab64.420727.233535.5306

#da885e color RGB value is (218,136,94).

#da885e hex color red value is 218, green value is 136 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #da885e hue: 0.06 , saturation: 0.63 and the lightness value of da885e is 0.61.

The process color (four color CMYK) of #da885e color hex is 0.00, 0.38, 0.57, 0.15. Web safe color of #da885e is #cc9966. Color #da885e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10001000 01011110
Octal 332 210 136
Decimal 218 136 94
Hex DA 88 5E

RGB Percentages of Color #da885e

%48.66
%30.36
%20.98

CMYK Percentages of Color #da885e

%0
%38
%57
%15

Triadic Colors of #da885e

#da885e #5eda88 #885eda

Analogous Colors of #da885e

#da885e #dac65e #da5e72

Monochromatic Colors of #da885e

#da885e

Complementary Color

#da885e #5eb0da

#da885e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da885e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da885e Color CSS Codes

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

#da885e Text Font Color

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

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


#da885e Background Color

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

This div background color is #da885e


#da885e Border Color

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

This div border color is #da885e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(218,136,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #da885e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #da885e;
  -webkit-box-shadow: 1px 1px 3px 2px #da885e;
  box-shadow:         1px 1px 3px 2px #da885e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,136,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da885e


Comments

No comments written yet.

Please login to write comment.