Color Hex Logo

#dabb79 Color Hex

#DABB79
(218,187,121)
0 Favorites   0 Comments

Color spaces of #dabb79

RGB 218187121
HSL0.110.570.66
HSV41°44°85°
CMYK 0.000.140.44   0.15
XYZ50.135051.826625.4503
Yxy51.82660.39350.4068
Hunter Lab71.9907-1.674629.4332
CIE-Lab77.17702.365137.4509

#dabb79 color RGB value is (218,187,121).

#dabb79 hex color red value is 218, green value is 187 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #dabb79 hue: 0.11 , saturation: 0.57 and the lightness value of dabb79 is 0.66.

The process color (four color CMYK) of #dabb79 color hex is 0.00, 0.14, 0.44, 0.15. Web safe color of #dabb79 is #cccc66. Color #dabb79 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111011 01111001
Octal 332 273 171
Decimal 218 187 121
Hex DA BB 79

RGB Percentages of Color #dabb79

%41.44
%35.55
%23.00

CMYK Percentages of Color #dabb79

%0
%14
%44
%15

Triadic Colors of #dabb79

#dabb79 #79dabb #bb79da

Analogous Colors of #dabb79

#dabb79 #c9da79 #da8b79

Monochromatic Colors of #dabb79

#dabb79

Complementary Color

#dabb79 #7998da

#dabb79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabb79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabb79 Color CSS Codes

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

#dabb79 Text Font Color

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

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


#dabb79 Background Color

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

This div background color is #dabb79


#dabb79 Border Color

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

This div border color is #dabb79


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabb79


Comments

No comments written yet.

Please login to write comment.