Color Hex Logo

#dad131 Color Hex

#DAD131
(218,209,49)
0 Favorites   0 Comments

Color spaces of #dad131

RGB 21820949
HSL0.160.700.52
HSV57°78°85°
CMYK 0.000.040.78   0.15
XYZ52.268360.728111.8726
Yxy60.72810.41860.4863
Hunter Lab77.9282-16.650345.5168
CIE-Lab82.2324-13.774473.8173

#dad131 color RGB value is (218,209,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010001 00110001
Octal 332 321 61
Decimal 218 209 49
Hex DA D1 31

RGB Percentages of Color #dad131

%45.80
%43.91
%10.29

CMYK Percentages of Color #dad131

%0
%4
%78
%15

Triadic Colors of #dad131

#dad131 #31dad1 #d131da

Analogous Colors of #dad131

#dad131 #8fda31 #da7d31

Monochromatic Colors of #dad131

#dad131

Complementary Color

#dad131 #313ada

#dad131 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad131 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad131 Color CSS Codes

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

#dad131 Text Font Color

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

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


#dad131 Background Color

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

This div background color is #dad131


#dad131 Border Color

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

This div border color is #dad131


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad131


Comments

No comments written yet.

Please login to write comment.