Color Hex Logo

#dab199 Color Hex

#DAB199
(218,177,153)
0 Favorites   0 Comments

Color spaces of #dab199

RGB 218177153
HSL0.060.470.73
HSV22°30°85°
CMYK 0.000.190.30   0.15
XYZ50.385448.649636.8717
Yxy48.64960.37070.3580
Hunter Lab69.74936.883417.4819
CIE-Lab75.232811.416817.8942

#dab199 color RGB value is (218,177,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110001 10011001
Octal 332 261 231
Decimal 218 177 153
Hex DA B1 99

RGB Percentages of Color #dab199

%39.78
%32.30
%27.92

CMYK Percentages of Color #dab199

%0
%19
%30
%15

Triadic Colors of #dab199

#dab199 #99dab1 #b199da

Analogous Colors of #dab199

#dab199 #dad299 #da99a2

Monochromatic Colors of #dab199

#dab199

Complementary Color

#dab199 #99c2da

#dab199 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab199 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab199 Color CSS Codes

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

#dab199 Text Font Color

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

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


#dab199 Background Color

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

This div background color is #dab199


#dab199 Border Color

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

This div border color is #dab199


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab199


Comments

No comments written yet.

Please login to write comment.