Color Hex Logo

#daba80 Color Hex

#DABA80
(218,186,128)
0 Favorites   0 Comments

Color spaces of #daba80

RGB 218186128
HSL0.110.550.68
HSV39°41°85°
CMYK 0.000.150.41   0.15
XYZ50.368651.581827.7236
Yxy51.58180.38840.3978
Hunter Lab71.8205-0.501527.3876
CIE-Lab77.03013.624933.6335

#daba80 color RGB value is (218,186,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111010 10000000
Octal 332 272 200
Decimal 218 186 128
Hex DA BA 80

RGB Percentages of Color #daba80

%40.98
%34.96
%24.06

CMYK Percentages of Color #daba80

%0
%15
%41
%15

Triadic Colors of #daba80

#daba80 #80daba #ba80da

Analogous Colors of #daba80

#daba80 #cdda80 #da8d80

Monochromatic Colors of #daba80

#daba80

Complementary Color

#daba80 #80a0da

#daba80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daba80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daba80 Color CSS Codes

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

#daba80 Text Font Color

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

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


#daba80 Background Color

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

This div background color is #daba80


#daba80 Border Color

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

This div border color is #daba80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daba80


Comments

No comments written yet.

Please login to write comment.