Color Hex Logo

#da986a Color Hex

#DA986A
(218,152,106)
0 Favorites   0 Comments

Color spaces of #da986a

RGB 218152106
HSL0.070.600.64
HSV25°51°85°
CMYK 0.000.300.51   0.15
XYZ42.743238.402518.7953
Yxy38.40250.42770.3843
Hunter Lab61.969814.672125.3963
CIE-Lab68.316219.639234.0135

#da986a color RGB value is (218,152,106).

#da986a hex color red value is 218, green value is 152 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #da986a hue: 0.07 , saturation: 0.60 and the lightness value of da986a is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10011000 01101010
Octal 332 230 152
Decimal 218 152 106
Hex DA 98 6A

RGB Percentages of Color #da986a

%45.80
%31.93
%22.27

CMYK Percentages of Color #da986a

%0
%30
%51
%15

Triadic Colors of #da986a

#da986a #6ada98 #986ada

Analogous Colors of #da986a

#da986a #dad06a #da6a74

Monochromatic Colors of #da986a

#da986a

Complementary Color

#da986a #6aacda

#da986a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da986a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da986a Color CSS Codes

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

#da986a Text Font Color

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

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


#da986a Background Color

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

This div background color is #da986a


#da986a Border Color

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

This div border color is #da986a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da986a


Comments

No comments written yet.

Please login to write comment.