Color Hex Logo

#dab067 Color Hex

#DAB067
(218,176,103)
0 Favorites   0 Comments

Color spaces of #dab067

RGB 218176103
HSL0.110.610.63
HSV38°53°85°
CMYK 0.000.190.53   0.15
XYZ46.887046.935419.4202
Yxy46.93540.41400.4145
Hunter Lab68.50942.271731.1498
CIE-Lab74.14846.499842.8483

#dab067 color RGB value is (218,176,103).

#dab067 hex color red value is 218, green value is 176 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #dab067 hue: 0.11 , saturation: 0.61 and the lightness value of dab067 is 0.63.

The process color (four color CMYK) of #dab067 color hex is 0.00, 0.19, 0.53, 0.15. Web safe color of #dab067 is #cc9966. Color #dab067 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110000 01100111
Octal 332 260 147
Decimal 218 176 103
Hex DA B0 67

RGB Percentages of Color #dab067

%43.86
%35.41
%20.72

CMYK Percentages of Color #dab067

%0
%19
%53
%15

Triadic Colors of #dab067

#dab067 #67dab0 #b067da

Analogous Colors of #dab067

#dab067 #cbda67 #da7767

Monochromatic Colors of #dab067

#dab067

Complementary Color

#dab067 #6791da

#dab067 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab067 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab067 Color CSS Codes

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

#dab067 Text Font Color

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

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


#dab067 Background Color

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

This div background color is #dab067


#dab067 Border Color

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

This div border color is #dab067


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab067


Comments

No comments written yet.

Please login to write comment.