Color Hex Logo

#dab48a Color Hex

#DAB48A
(218,180,138)
0 Favorites   0 Comments

Color spaces of #dab48a

RGB 218180138
HSL0.090.520.70
HSV32°37°85°
CMYK 0.000.170.37   0.15
XYZ49.822149.382930.9507
Yxy49.38290.38280.3794
Hunter Lab70.27303.575223.0777
CIE-Lab75.68897.937226.5820

#dab48a color RGB value is (218,180,138).

#dab48a hex color red value is 218, green value is 180 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #dab48a hue: 0.09 , saturation: 0.52 and the lightness value of dab48a is 0.70.

The process color (four color CMYK) of #dab48a color hex is 0.00, 0.17, 0.37, 0.15. Web safe color of #dab48a is #cccc99. Color #dab48a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110100 10001010
Octal 332 264 212
Decimal 218 180 138
Hex DA B4 8A

RGB Percentages of Color #dab48a

%40.67
%33.58
%25.75

CMYK Percentages of Color #dab48a

%0
%17
%37
%15

Triadic Colors of #dab48a

#dab48a #8adab4 #b48ada

Analogous Colors of #dab48a

#dab48a #d8da8a #da8c8a

Monochromatic Colors of #dab48a

#dab48a

Complementary Color

#dab48a #8ab0da

#dab48a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab48a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab48a Color CSS Codes

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

#dab48a Text Font Color

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

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


#dab48a Background Color

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

This div background color is #dab48a


#dab48a Border Color

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

This div border color is #dab48a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab48a


Comments

No comments written yet.

Please login to write comment.