Color Hex Logo

#dab972 Color Hex

#DAB972
(218,185,114)
0 Favorites   0 Comments

Color spaces of #dab972

RGB 218185114
HSL0.110.580.65
HSV41°48°85°
CMYK 0.000.150.48   0.15
XYZ49.299750.818323.1301
Yxy50.81830.40000.4123
Hunter Lab71.2870-1.307530.6634
CIE-Lab76.56882.730540.2660

#dab972 color RGB value is (218,185,114).

#dab972 hex color red value is 218, green value is 185 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #dab972 hue: 0.11 , saturation: 0.58 and the lightness value of dab972 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111001 01110010
Octal 332 271 162
Decimal 218 185 114
Hex DA B9 72

RGB Percentages of Color #dab972

%42.17
%35.78
%22.05

CMYK Percentages of Color #dab972

%0
%15
%48
%15

Triadic Colors of #dab972

#dab972 #72dab9 #b972da

Analogous Colors of #dab972

#dab972 #c7da72 #da8572

Monochromatic Colors of #dab972

#dab972

Complementary Color

#dab972 #7293da

#dab972 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab972 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab972 Color CSS Codes

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

#dab972 Text Font Color

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

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


#dab972 Background Color

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

This div background color is #dab972


#dab972 Border Color

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

This div border color is #dab972


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab972


Comments

No comments written yet.

Please login to write comment.