Color Hex Logo

#dab48f Color Hex

#DAB48F
(218,180,143)
0 Favorites   0 Comments

Color spaces of #dab48f

RGB 218180143
HSL0.080.500.71
HSV30°34°85°
CMYK 0.000.170.34   0.15
XYZ50.192649.531132.9016
Yxy49.53110.37850.3735
Hunter Lab70.37834.141021.5470
CIE-Lab75.78058.539124.0331

#dab48f color RGB value is (218,180,143).

#dab48f hex color red value is 218, green value is 180 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #dab48f hue: 0.08 , saturation: 0.50 and the lightness value of dab48f is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110100 10001111
Octal 332 264 217
Decimal 218 180 143
Hex DA B4 8F

RGB Percentages of Color #dab48f

%40.30
%33.27
%26.43

CMYK Percentages of Color #dab48f

%0
%17
%34
%15

Triadic Colors of #dab48f

#dab48f #8fdab4 #b48fda

Analogous Colors of #dab48f

#dab48f #dada8f #da8f90

Monochromatic Colors of #dab48f

#dab48f

Complementary Color

#dab48f #8fb5da

#dab48f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab48f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab48f Color CSS Codes

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

#dab48f Text Font Color

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

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


#dab48f Background Color

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

This div background color is #dab48f


#dab48f Border Color

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

This div border color is #dab48f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab48f


Comments

No comments written yet.

Please login to write comment.