Color Hex Logo

#dabd99 Color Hex

#DABD99
(218,189,153)
0 Favorites   0 Comments

Color spaces of #dabd99

RGB 218189153
HSL0.090.470.73
HSV33°30°85°
CMYK 0.000.130.30   0.15
XYZ52.860853.600537.6969
Yxy53.60050.36670.3718
Hunter Lab73.21240.759020.7204
CIE-Lab78.22825.026922.0264

#dabd99 color RGB value is (218,189,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111101 10011001
Octal 332 275 231
Decimal 218 189 153
Hex DA BD 99

RGB Percentages of Color #dabd99

%38.93
%33.75
%27.32

CMYK Percentages of Color #dabd99

%0
%13
%30
%15

Triadic Colors of #dabd99

#dabd99 #99dabd #bd99da

Analogous Colors of #dabd99

#dabd99 #d7da99 #da9d99

Monochromatic Colors of #dabd99

#dabd99

Complementary Color

#dabd99 #99b6da

#dabd99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabd99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabd99 Color CSS Codes

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

#dabd99 Text Font Color

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

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


#dabd99 Background Color

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

This div background color is #dabd99


#dabd99 Border Color

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

This div border color is #dabd99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabd99


Comments

No comments written yet.

Please login to write comment.