Color Hex Logo

#dabb80 Color Hex

#DABB80
(218,187,128)
0 Favorites   0 Comments

Color spaces of #dabb80

RGB 218187128
HSL0.110.550.68
HSV39°41°85°
CMYK 0.000.140.41   0.15
XYZ50.580052.004627.7941
Yxy52.00460.38790.3989
Hunter Lab72.1142-1.002227.6285
CIE-Lab77.28363.097633.9632

#dabb80 color RGB value is (218,187,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111011 10000000
Octal 332 273 200
Decimal 218 187 128
Hex DA BB 80

RGB Percentages of Color #dabb80

%40.90
%35.08
%24.02

CMYK Percentages of Color #dabb80

%0
%14
%41
%15

Triadic Colors of #dabb80

#dabb80 #80dabb #bb80da

Analogous Colors of #dabb80

#dabb80 #ccda80 #da8e80

Monochromatic Colors of #dabb80

#dabb80

Complementary Color

#dabb80 #809fda

#dabb80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabb80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabb80 Color CSS Codes

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

#dabb80 Text Font Color

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

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


#dabb80 Background Color

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

This div background color is #dabb80


#dabb80 Border Color

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

This div border color is #dabb80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabb80


Comments

No comments written yet.

Please login to write comment.