Color Hex Logo

#dab06b Color Hex

#DAB06B
(218,176,107)
0 Favorites   0 Comments

Color spaces of #dab06b

RGB 218176107
HSL0.100.600.64
HSV37°51°85°
CMYK 0.000.190.51   0.15
XYZ47.092647.017620.5032
Yxy47.01760.41090.4102
Hunter Lab68.56942.595230.2700
CIE-Lab74.20106.849740.8840

#dab06b color RGB value is (218,176,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110000 01101011
Octal 332 260 153
Decimal 218 176 107
Hex DA B0 6B

RGB Percentages of Color #dab06b

%43.51
%35.13
%21.36

CMYK Percentages of Color #dab06b

%0
%19
%51
%15

Triadic Colors of #dab06b

#dab06b #6bdab0 #b06bda

Analogous Colors of #dab06b

#dab06b #cdda6b #da796b

Monochromatic Colors of #dab06b

#dab06b

Complementary Color

#dab06b #6b95da

#dab06b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab06b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab06b Color CSS Codes

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

#dab06b Text Font Color

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

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


#dab06b Background Color

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

This div background color is #dab06b


#dab06b Border Color

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

This div border color is #dab06b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab06b


Comments

No comments written yet.

Please login to write comment.