Color Hex Logo

#daba67 Color Hex

#DABA67
(218,186,103)
0 Favorites   0 Comments

Color spaces of #daba67

RGB 218186103
HSL0.120.610.63
HSV43°53°85°
CMYK 0.000.150.53   0.15
XYZ48.920551.002520.0980
Yxy51.00250.40760.4249
Hunter Lab71.4160-2.704333.3057
CIE-Lab76.68051.216445.9192

#daba67 color RGB value is (218,186,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111010 01100111
Octal 332 272 147
Decimal 218 186 103
Hex DA BA 67

RGB Percentages of Color #daba67

%43.00
%36.69
%20.32

CMYK Percentages of Color #daba67

%0
%15
%53
%15

Triadic Colors of #daba67

#daba67 #67daba #ba67da

Analogous Colors of #daba67

#daba67 #c1da67 #da8167

Monochromatic Colors of #daba67

#daba67

Complementary Color

#daba67 #6787da

#daba67 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daba67 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daba67 Color CSS Codes

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

#daba67 Text Font Color

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

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


#daba67 Background Color

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

This div background color is #daba67


#daba67 Border Color

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

This div border color is #daba67


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,186,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 #daba67">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daba67


Comments

No comments written yet.

Please login to write comment.