Color Hex Logo

#dad936 Color Hex

#DAD936
(218,217,54)
0 Favorites   0 Comments

Color spaces of #dad936

RGB 21821754
HSL0.170.690.53
HSV60°75°85°
CMYK 0.000.000.75   0.15
XYZ54.392264.797513.1304
Yxy64.79750.41110.4897
Hunter Lab80.4969-20.256146.6766
CIE-Lab84.3793-17.553474.2573

#dad936 color RGB value is (218,217,54).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011001 00110110
Octal 332 331 66
Decimal 218 217 54
Hex DA D9 36

RGB Percentages of Color #dad936

%44.58
%44.38
%11.04

CMYK Percentages of Color #dad936

%0
%0
%75
%15

Triadic Colors of #dad936

#dad936 #36dad9 #d936da

Analogous Colors of #dad936

#dad936 #89da36 #da8736

Monochromatic Colors of #dad936

#dad936

Complementary Color

#dad936 #3637da

#dad936 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad936 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad936 Color CSS Codes

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

#dad936 Text Font Color

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

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


#dad936 Background Color

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

This div background color is #dad936


#dad936 Border Color

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

This div border color is #dad936


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad936


Comments

No comments written yet.

Please login to write comment.