Color Hex Logo

#dab898 Color Hex

#DAB898
(218,184,152)
0 Favorites   0 Comments

Color spaces of #dab898

RGB 218184152
HSL0.080.470.73
HSV29°30°85°
CMYK 0.000.160.30   0.15
XYZ51.721451.453436.9113
Yxy51.45340.36920.3673
Hunter Lab71.73103.177519.7023
CIE-Lab76.95287.548420.8099

#dab898 color RGB value is (218,184,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111000 10011000
Octal 332 270 230
Decimal 218 184 152
Hex DA B8 98

RGB Percentages of Color #dab898

%39.35
%33.21
%27.44

CMYK Percentages of Color #dab898

%0
%16
%30
%15

Triadic Colors of #dab898

#dab898 #98dab8 #b898da

Analogous Colors of #dab898

#dab898 #dad998 #da9899

Monochromatic Colors of #dab898

#dab898

Complementary Color

#dab898 #98bada

#dab898 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab898 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab898 Color CSS Codes

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

#dab898 Text Font Color

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

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


#dab898 Background Color

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

This div background color is #dab898


#dab898 Border Color

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

This div border color is #dab898


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab898


Comments

No comments written yet.

Please login to write comment.