Color Hex Logo

#da882e Color Hex

#DA882E
(218,136,46)
0 Favorites   0 Comments

Color spaces of #da882e

RGB 21813646
HSL0.090.700.52
HSV31°79°85°
CMYK 0.000.380.79   0.15
XYZ38.210732.71106.8847
Yxy32.71100.49110.4204
Hunter Lab57.193519.166232.8984
CIE-Lab63.926224.512458.1258

#da882e color RGB value is (218,136,46).

#da882e hex color red value is 218, green value is 136 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #da882e hue: 0.09 , saturation: 0.70 and the lightness value of da882e is 0.52.

The process color (four color CMYK) of #da882e color hex is 0.00, 0.38, 0.79, 0.15. Web safe color of #da882e is #cc9933. Color #da882e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10001000 00101110
Octal 332 210 56
Decimal 218 136 46
Hex DA 88 2E

RGB Percentages of Color #da882e

%54.50
%34.00
%11.50

CMYK Percentages of Color #da882e

%0
%38
%79
%15

Triadic Colors of #da882e

#da882e #2eda88 #882eda

Analogous Colors of #da882e

#da882e #d6da2e #da322e

Monochromatic Colors of #da882e

#da882e

Complementary Color

#da882e #2e80da

#da882e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da882e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da882e Color CSS Codes

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

#da882e Text Font Color

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

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


#da882e Background Color

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

This div background color is #da882e


#da882e Border Color

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

This div border color is #da882e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da882e


Comments

No comments written yet.

Please login to write comment.