Color Hex Logo

#dad931 Color Hex

#DAD931
(218,217,49)
0 Favorites   0 Comments

Color spaces of #dad931

RGB 21821749
HSL0.170.700.52
HSV60°78°85°
CMYK 0.000.000.78   0.15
XYZ54.280764.752912.5434
Yxy64.75290.41250.4921
Hunter Lab80.4692-20.413447.0864
CIE-Lab84.3562-17.737975.7126

#dad931 color RGB value is (218,217,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011001 00110001
Octal 332 331 61
Decimal 218 217 49
Hex DA D9 31

RGB Percentages of Color #dad931

%45.04
%44.83
%10.12

CMYK Percentages of Color #dad931

%0
%0
%78
%15

Triadic Colors of #dad931

#dad931 #31dad9 #d931da

Analogous Colors of #dad931

#dad931 #87da31 #da8531

Monochromatic Colors of #dad931

#dad931

Complementary Color

#dad931 #3132da

#dad931 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad931 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad931 Color CSS Codes

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

#dad931 Text Font Color

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

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


#dad931 Background Color

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

This div background color is #dad931


#dad931 Border Color

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

This div border color is #dad931


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad931


Comments

No comments written yet.

Please login to write comment.