Color Hex Logo

#dab372 Color Hex

#DAB372
(218,179,114)
0 Favorites   0 Comments

Color spaces of #dab372

RGB 218179114
HSL0.100.580.65
HSV38°48°85°
CMYK 0.000.180.48   0.15
XYZ48.070848.360522.7205
Yxy48.36050.40340.4059
Hunter Lab69.54171.690429.3081
CIE-Lab75.05175.903538.3590

#dab372 color RGB value is (218,179,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110011 01110010
Octal 332 263 162
Decimal 218 179 114
Hex DA B3 72

RGB Percentages of Color #dab372

%42.66
%35.03
%22.31

CMYK Percentages of Color #dab372

%0
%18
%48
%15

Triadic Colors of #dab372

#dab372 #72dab3 #b372da

Analogous Colors of #dab372

#dab372 #cdda72 #da7f72

Monochromatic Colors of #dab372

#dab372

Complementary Color

#dab372 #7299da

#dab372 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab372 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab372 Color CSS Codes

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

#dab372 Text Font Color

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

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


#dab372 Background Color

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

This div background color is #dab372


#dab372 Border Color

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

This div border color is #dab372


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab372


Comments

No comments written yet.

Please login to write comment.