Color Hex Logo

#dad172 Color Hex

#DAD172
(218,209,114)
0 Favorites   0 Comments

Color spaces of #dad172

RGB 218209114
HSL0.150.580.65
HSV55°48°85°
CMYK 0.000.040.48   0.15
XYZ54.751261.721324.9473
Yxy61.72130.38720.4364
Hunter Lab78.5629-13.086836.1668
CIE-Lab82.7650-9.683947.9024

#dad172 color RGB value is (218,209,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010001 01110010
Octal 332 321 162
Decimal 218 209 114
Hex DA D1 72

RGB Percentages of Color #dad172

%40.30
%38.63
%21.07

CMYK Percentages of Color #dad172

%0
%4
%48
%15

Triadic Colors of #dad172

#dad172 #72dad1 #d172da

Analogous Colors of #dad172

#dad172 #afda72 #da9d72

Monochromatic Colors of #dad172

#dad172

Complementary Color

#dad172 #727bda

#dad172 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad172 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad172 Color CSS Codes

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

#dad172 Text Font Color

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

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


#dad172 Background Color

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

This div background color is #dad172


#dad172 Border Color

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

This div border color is #dad172


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad172


Comments

No comments written yet.

Please login to write comment.