Color Hex Logo

#dabd80 Color Hex

#DABD80
(218,189,128)
0 Favorites   0 Comments

Color spaces of #dabd80

RGB 218189128
HSL0.110.550.68
HSV41°41°85°
CMYK 0.000.130.41   0.15
XYZ51.007352.859127.9365
Yxy52.85910.38700.4010
Hunter Lab72.7043-2.001828.1109
CIE-Lab77.79172.045134.6230

#dabd80 color RGB value is (218,189,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111101 10000000
Octal 332 275 200
Decimal 218 189 128
Hex DA BD 80

RGB Percentages of Color #dabd80

%40.75
%35.33
%23.93

CMYK Percentages of Color #dabd80

%0
%13
%41
%15

Triadic Colors of #dabd80

#dabd80 #80dabd #bd80da

Analogous Colors of #dabd80

#dabd80 #cada80 #da9080

Monochromatic Colors of #dabd80

#dabd80

Complementary Color

#dabd80 #809dda

#dabd80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabd80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabd80 Color CSS Codes

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

#dabd80 Text Font Color

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

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


#dabd80 Background Color

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

This div background color is #dabd80


#dabd80 Border Color

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

This div border color is #dabd80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabd80


Comments

No comments written yet.

Please login to write comment.