Color Hex Logo

#dad939 Color Hex

#DAD939
(218,217,57)
0 Favorites   0 Comments

Color spaces of #dad939

RGB 21821757
HSL0.170.690.54
HSV60°74°85°
CMYK 0.000.000.74   0.15
XYZ54.464864.826513.5131
Yxy64.82650.41010.4881
Hunter Lab80.5149-20.153746.4096
CIE-Lab84.3943-17.433373.3323

#dad939 color RGB value is (218,217,57).

#dad939 hex color red value is 218, green value is 217 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #dad939 hue: 0.17 , saturation: 0.69 and the lightness value of dad939 is 0.54.

The process color (four color CMYK) of #dad939 color hex is 0.00, 0.00, 0.74, 0.15. Web safe color of #dad939 is #cccc33. Color #dad939 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011001 00111001
Octal 332 331 71
Decimal 218 217 57
Hex DA D9 39

RGB Percentages of Color #dad939

%44.31
%44.11
%11.59

CMYK Percentages of Color #dad939

%0
%0
%74
%15

Triadic Colors of #dad939

#dad939 #39dad9 #d939da

Analogous Colors of #dad939

#dad939 #8bda39 #da8939

Monochromatic Colors of #dad939

#dad939

Complementary Color

#dad939 #393ada

#dad939 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad939 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad939 Color CSS Codes

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

#dad939 Text Font Color

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

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


#dad939 Background Color

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

This div background color is #dad939


#dad939 Border Color

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

This div border color is #dad939


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad939


Comments

No comments written yet.

Please login to write comment.