Color Hex Logo

#daba99 Color Hex

#DABA99
(218,186,153)
0 Favorites   0 Comments

Color spaces of #daba99

RGB 218186153
HSL0.080.470.73
HSV30°30°85°
CMYK 0.000.150.30   0.15
XYZ52.222152.323137.4840
Yxy52.32310.36770.3684
Hunter Lab72.33472.282519.9101
CIE-Lab77.47366.616620.9903

#daba99 color RGB value is (218,186,153).

#daba99 hex color red value is 218, green value is 186 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #daba99 hue: 0.08 , saturation: 0.47 and the lightness value of daba99 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111010 10011001
Octal 332 272 231
Decimal 218 186 153
Hex DA BA 99

RGB Percentages of Color #daba99

%39.14
%33.39
%27.47

CMYK Percentages of Color #daba99

%0
%15
%30
%15

Triadic Colors of #daba99

#daba99 #99daba #ba99da

Analogous Colors of #daba99

#daba99 #dada99 #da9a99

Monochromatic Colors of #daba99

#daba99

Complementary Color

#daba99 #99b9da

#daba99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daba99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daba99 Color CSS Codes

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

#daba99 Text Font Color

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

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


#daba99 Background Color

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

This div background color is #daba99


#daba99 Border Color

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

This div border color is #daba99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daba99


Comments

No comments written yet.

Please login to write comment.