Color Hex Logo

#dad834 Color Hex

#DAD834
(218,216,52)
0 Favorites   0 Comments

Color spaces of #dad834

RGB 21821652
HSL0.160.690.53
HSV59°76°85°
CMYK 0.000.010.76   0.15
XYZ54.089164.265112.8024
Yxy64.26510.41240.4900
Hunter Lab80.1655-19.852546.6473
CIE-Lab84.1036-17.137674.6117

#dad834 color RGB value is (218,216,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011000 00110100
Octal 332 330 64
Decimal 218 216 52
Hex DA D8 34

RGB Percentages of Color #dad834

%44.86
%44.44
%10.70

CMYK Percentages of Color #dad834

%0
%1
%76
%15

Triadic Colors of #dad834

#dad834 #34dad8 #d834da

Analogous Colors of #dad834

#dad834 #89da34 #da8534

Monochromatic Colors of #dad834

#dad834

Complementary Color

#dad834 #3436da

#dad834 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad834 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad834 Color CSS Codes

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

#dad834 Text Font Color

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

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


#dad834 Background Color

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

This div background color is #dad834


#dad834 Border Color

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

This div border color is #dad834


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad834


Comments

No comments written yet.

Please login to write comment.