Color Hex Logo

#dabb8e Color Hex

#DABB8E
(218,187,142)
0 Favorites   0 Comments

Color spaces of #dabb8e

RGB 218187142
HSL0.100.510.71
HSV36°35°85°
CMYK 0.000.140.35   0.15
XYZ51.566352.399132.9874
Yxy52.39910.37650.3826
Hunter Lab72.38720.479923.6522
CIE-Lab77.51894.700126.9137

#dabb8e color RGB value is (218,187,142).

#dabb8e hex color red value is 218, green value is 187 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #dabb8e hue: 0.10 , saturation: 0.51 and the lightness value of dabb8e is 0.71.

The process color (four color CMYK) of #dabb8e color hex is 0.00, 0.14, 0.35, 0.15. Web safe color of #dabb8e is #cccc99. Color #dabb8e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111011 10001110
Octal 332 273 216
Decimal 218 187 142
Hex DA BB 8E

RGB Percentages of Color #dabb8e

%39.85
%34.19
%25.96

CMYK Percentages of Color #dabb8e

%0
%14
%35
%15

Triadic Colors of #dabb8e

#dabb8e #8edabb #bb8eda

Analogous Colors of #dabb8e

#dabb8e #d3da8e #da958e

Monochromatic Colors of #dabb8e

#dabb8e

Complementary Color

#dabb8e #8eadda

#dabb8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabb8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabb8e Color CSS Codes

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

#dabb8e Text Font Color

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

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


#dabb8e Background Color

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

This div background color is #dabb8e


#dabb8e Border Color

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

This div border color is #dabb8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabb8e


Comments

No comments written yet.

Please login to write comment.