Color Hex Logo

#dabc84 Color Hex

#DABC84
(218,188,132)
0 Favorites   0 Comments

Color spaces of #dabc84

RGB 218188132
HSL0.110.540.69
HSV39°39°85°
CMYK 0.000.140.39   0.15
XYZ51.061552.537829.2794
Yxy52.53780.38430.3954
Hunter Lab72.4830-1.098726.7880
CIE-Lab77.60133.009732.2902

#dabc84 color RGB value is (218,188,132).

#dabc84 hex color red value is 218, green value is 188 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #dabc84 hue: 0.11 , saturation: 0.54 and the lightness value of dabc84 is 0.69.

The process color (four color CMYK) of #dabc84 color hex is 0.00, 0.14, 0.39, 0.15. Web safe color of #dabc84 is #cccc99. Color #dabc84 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111100 10000100
Octal 332 274 204
Decimal 218 188 132
Hex DA BC 84

RGB Percentages of Color #dabc84

%40.52
%34.94
%24.54

CMYK Percentages of Color #dabc84

%0
%14
%39
%15

Triadic Colors of #dabc84

#dabc84 #84dabc #bc84da

Analogous Colors of #dabc84

#dabc84 #cdda84 #da9184

Monochromatic Colors of #dabc84

#dabc84

Complementary Color

#dabc84 #84a2da

#dabc84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabc84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabc84 Color CSS Codes

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

#dabc84 Text Font Color

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

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


#dabc84 Background Color

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

This div background color is #dabc84


#dabc84 Border Color

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

This div border color is #dabc84


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabc84


Comments

No comments written yet.

Please login to write comment.