Color Hex Logo

#da984e Color Hex

#DA984E
(218,152,78)
0 Favorites   0 Comments

Color spaces of #da984e

RGB 21815278
HSL0.090.650.58
HSV32°64°85°
CMYK 0.000.300.64   0.15
XYZ41.516837.912012.3373
Yxy37.91200.45240.4131
Hunter Lab61.572712.605431.2210
CIE-Lab67.955717.493947.9717

#da984e color RGB value is (218,152,78).

#da984e hex color red value is 218, green value is 152 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #da984e hue: 0.09 , saturation: 0.65 and the lightness value of da984e is 0.58.

The process color (four color CMYK) of #da984e color hex is 0.00, 0.30, 0.64, 0.15. Web safe color of #da984e is #cc9966. Color #da984e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10011000 01001110
Octal 332 230 116
Decimal 218 152 78
Hex DA 98 4E

RGB Percentages of Color #da984e

%48.66
%33.93
%17.41

CMYK Percentages of Color #da984e

%0
%30
%64
%15

Triadic Colors of #da984e

#da984e #4eda98 #984eda

Analogous Colors of #da984e

#da984e #d6da4e #da524e

Monochromatic Colors of #da984e

#da984e

Complementary Color

#da984e #4e90da

#da984e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da984e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da984e Color CSS Codes

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

#da984e Text Font Color

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

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


#da984e Background Color

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

This div background color is #da984e


#da984e Border Color

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

This div border color is #da984e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da984e


Comments

No comments written yet.

Please login to write comment.