Color Hex Logo

#dad636 Color Hex

#DAD636
(218,214,54)
0 Favorites   0 Comments

Color spaces of #dad636

RGB 21821454
HSL0.160.690.53
HSV59°75°85°
CMYK 0.000.020.75   0.15
XYZ53.625963.264912.8750
Yxy63.26490.41330.4875
Hunter Lab79.5392-18.847746.0802
CIE-Lab83.5816-16.073673.5268

#dad636 color RGB value is (218,214,54).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010110 00110110
Octal 332 326 66
Decimal 218 214 54
Hex DA D6 36

RGB Percentages of Color #dad636

%44.86
%44.03
%11.11

CMYK Percentages of Color #dad636

%0
%2
%75
%15

Triadic Colors of #dad636

#dad636 #36dad6 #d636da

Analogous Colors of #dad636

#dad636 #8cda36 #da8436

Monochromatic Colors of #dad636

#dad636

Complementary Color

#dad636 #363ada

#dad636 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad636 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad636 Color CSS Codes

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

#dad636 Text Font Color

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

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


#dad636 Background Color

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

This div background color is #dad636


#dad636 Border Color

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

This div border color is #dad636


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad636


Comments

No comments written yet.

Please login to write comment.