Color Hex Logo

#dab481 Color Hex

#DAB481
(218,180,129)
0 Favorites   0 Comments

Color spaces of #dab481

RGB 218180129
HSL0.100.550.68
HSV34°41°85°
CMYK 0.000.170.41   0.15
XYZ49.197149.132927.6595
Yxy49.13290.39050.3900
Hunter Lab70.09492.616825.6705
CIE-Lab75.53396.912331.1517

#dab481 color RGB value is (218,180,129).

#dab481 hex color red value is 218, green value is 180 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #dab481 hue: 0.10 , saturation: 0.55 and the lightness value of dab481 is 0.68.

The process color (four color CMYK) of #dab481 color hex is 0.00, 0.17, 0.41, 0.15. Web safe color of #dab481 is #cccc99. Color #dab481 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110100 10000001
Octal 332 264 201
Decimal 218 180 129
Hex DA B4 81

RGB Percentages of Color #dab481

%41.37
%34.16
%24.48

CMYK Percentages of Color #dab481

%0
%17
%41
%15

Triadic Colors of #dab481

#dab481 #81dab4 #b481da

Analogous Colors of #dab481

#dab481 #d4da81 #da8881

Monochromatic Colors of #dab481

#dab481

Complementary Color

#dab481 #81a7da

#dab481 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab481 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab481 Color CSS Codes

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

#dab481 Text Font Color

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

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


#dab481 Background Color

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

This div background color is #dab481


#dab481 Border Color

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

This div border color is #dab481


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab481


Comments

No comments written yet.

Please login to write comment.