Color Hex Logo

#dab296 Color Hex

#DAB296
(218,178,150)
0 Favorites   0 Comments

Color spaces of #dab296

RGB 218178150
HSL0.070.480.72
HSV25°31°85°
CMYK 0.000.180.31   0.15
XYZ50.338948.948235.6490
Yxy48.94820.37310.3628
Hunter Lab69.96305.996918.7634
CIE-Lab75.419110.489419.7737

#dab296 color RGB value is (218,178,150).

#dab296 hex color red value is 218, green value is 178 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #dab296 hue: 0.07 , saturation: 0.48 and the lightness value of dab296 is 0.72.

The process color (four color CMYK) of #dab296 color hex is 0.00, 0.18, 0.31, 0.15. Web safe color of #dab296 is #cc9999. Color #dab296 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110010 10010110
Octal 332 262 226
Decimal 218 178 150
Hex DA B2 96

RGB Percentages of Color #dab296

%39.93
%32.60
%27.47

CMYK Percentages of Color #dab296

%0
%18
%31
%15

Triadic Colors of #dab296

#dab296 #96dab2 #b296da

Analogous Colors of #dab296

#dab296 #dad496 #da969c

Monochromatic Colors of #dab296

#dab296

Complementary Color

#dab296 #96beda

#dab296 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab296 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab296 Color CSS Codes

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

#dab296 Text Font Color

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

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


#dab296 Background Color

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

This div background color is #dab296


#dab296 Border Color

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

This div border color is #dab296


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab296


Comments

No comments written yet.

Please login to write comment.