Color Hex Logo

#dad437 Color Hex

#DAD437
(218,212,55)
0 Favorites   0 Comments

Color spaces of #dad437

RGB 21821255
HSL0.160.690.54
HSV58°75°85°
CMYK 0.000.030.75   0.15
XYZ53.146562.268212.8323
Yxy62.26820.41440.4855
Hunter Lab78.9102-17.872045.5955
CIE-Lab83.0558-15.042472.7290

#dad437 color RGB value is (218,212,55).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010100 00110111
Octal 332 324 67
Decimal 218 212 55
Hex DA D4 37

RGB Percentages of Color #dad437

%44.95
%43.71
%11.34

CMYK Percentages of Color #dad437

%0
%3
%75
%15

Triadic Colors of #dad437

#dad437 #37dad4 #d437da

Analogous Colors of #dad437

#dad437 #8fda37 #da8337

Monochromatic Colors of #dad437

#dad437

Complementary Color

#dad437 #373dda

#dad437 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad437 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad437 Color CSS Codes

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

#dad437 Text Font Color

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

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


#dad437 Background Color

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

This div background color is #dad437


#dad437 Border Color

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

This div border color is #dad437


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad437


Comments

No comments written yet.

Please login to write comment.