Color Hex Logo

#dab297 Color Hex

#DAB297
(218,178,151)
0 Favorites   0 Comments

Color spaces of #dab297

RGB 218178151
HSL0.070.480.72
HSV24°31°85°
CMYK 0.000.180.31   0.15
XYZ50.419848.980636.0749
Yxy48.98060.37220.3615
Hunter Lab69.98616.120218.4288
CIE-Lab75.439310.619019.2617

#dab297 color RGB value is (218,178,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110010 10010111
Octal 332 262 227
Decimal 218 178 151
Hex DA B2 97

RGB Percentages of Color #dab297

%39.85
%32.54
%27.61

CMYK Percentages of Color #dab297

%0
%18
%31
%15

Triadic Colors of #dab297

#dab297 #97dab2 #b297da

Analogous Colors of #dab297

#dab297 #dad497 #da979e

Monochromatic Colors of #dab297

#dab297

Complementary Color

#dab297 #97bfda

#dab297 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab297 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab297 Color CSS Codes

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

#dab297 Text Font Color

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

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


#dab297 Background Color

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

This div background color is #dab297


#dab297 Border Color

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

This div border color is #dab297


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab297


Comments

No comments written yet.

Please login to write comment.