Color Hex Logo

#dabc79 Color Hex

#DABC79
(218,188,121)
0 Favorites   0 Comments

Color spaces of #dabc79

RGB 218188121
HSL0.120.570.66
HSV41°44°85°
CMYK 0.000.140.44   0.15
XYZ50.347952.252325.5213
Yxy52.25230.39300.4078
Hunter Lab72.2858-2.172729.6670
CIE-Lab77.43151.839537.7751

#dabc79 color RGB value is (218,188,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111100 01111001
Octal 332 274 171
Decimal 218 188 121
Hex DA BC 79

RGB Percentages of Color #dabc79

%41.37
%35.67
%22.96

CMYK Percentages of Color #dabc79

%0
%14
%44
%15

Triadic Colors of #dabc79

#dabc79 #79dabc #bc79da

Analogous Colors of #dabc79

#dabc79 #c8da79 #da8c79

Monochromatic Colors of #dabc79

#dabc79

Complementary Color

#dabc79 #7997da

#dabc79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabc79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabc79 Color CSS Codes

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

#dabc79 Text Font Color

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

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


#dabc79 Background Color

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

This div background color is #dabc79


#dabc79 Border Color

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

This div border color is #dabc79


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,188,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 #dabc79">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabc79


Comments

No comments written yet.

Please login to write comment.