Color Hex Logo

#dad072 Color Hex

#DAD072
(218,208,114)
0 Favorites   0 Comments

Color spaces of #dad072

RGB 218208114
HSL0.150.580.65
HSV54°48°85°
CMYK 0.000.050.48   0.15
XYZ54.506661.232124.8658
Yxy61.23210.38770.4355
Hunter Lab78.2509-12.602935.9351
CIE-Lab82.5034-9.176747.5847

#dad072 color RGB value is (218,208,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010000 01110010
Octal 332 320 162
Decimal 218 208 114
Hex DA D0 72

RGB Percentages of Color #dad072

%40.37
%38.52
%21.11

CMYK Percentages of Color #dad072

%0
%5
%48
%15

Triadic Colors of #dad072

#dad072 #72dad0 #d072da

Analogous Colors of #dad072

#dad072 #b0da72 #da9c72

Monochromatic Colors of #dad072

#dad072

Complementary Color

#dad072 #727cda

#dad072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad072 Color CSS Codes

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

#dad072 Text Font Color

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

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


#dad072 Background Color

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

This div background color is #dad072


#dad072 Border Color

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

This div border color is #dad072


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad072


Comments

No comments written yet.

Please login to write comment.