Color Hex Logo

#dad731 Color Hex

#DAD731
(218,215,49)
0 Favorites   0 Comments

Color spaces of #dad731

RGB 21821549
HSL0.160.700.52
HSV59°78°85°
CMYK 0.000.010.78   0.15
XYZ53.768363.728112.3726
Yxy63.72810.41400.4907
Hunter Lab79.8299-19.476146.6917
CIE-Lab83.8240-16.753275.2386

#dad731 color RGB value is (218,215,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010111 00110001
Octal 332 327 61
Decimal 218 215 49
Hex DA D7 31

RGB Percentages of Color #dad731

%45.23
%44.61
%10.17

CMYK Percentages of Color #dad731

%0
%1
%78
%15

Triadic Colors of #dad731

#dad731 #31dad7 #d731da

Analogous Colors of #dad731

#dad731 #89da31 #da8331

Monochromatic Colors of #dad731

#dad731

Complementary Color

#dad731 #3134da

#dad731 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad731 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad731 Color CSS Codes

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

#dad731 Text Font Color

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

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


#dad731 Background Color

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

This div background color is #dad731


#dad731 Border Color

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

This div border color is #dad731


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad731


Comments

No comments written yet.

Please login to write comment.