Color Hex Logo

#dad31d Color Hex

#DAD31D
(218,211,29)
0 Favorites   0 Comments

Color spaces of #dad31d

RGB 21821129
HSL0.160.770.48
HSV58°87°85°
CMYK 0.000.030.87   0.15
XYZ52.429561.582710.2857
Yxy61.58270.42180.4954
Hunter Lab78.4746-18.073447.1611
CIE-Lab82.6910-15.330779.0703

#dad31d color RGB value is (218,211,29).

#dad31d hex color red value is 218, green value is 211 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #dad31d hue: 0.16 , saturation: 0.77 and the lightness value of dad31d is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010011 00011101
Octal 332 323 35
Decimal 218 211 29
Hex DA D3 1D

RGB Percentages of Color #dad31d

%47.60
%46.07
%6.33

CMYK Percentages of Color #dad31d

%0
%3
%87
%15

Triadic Colors of #dad31d

#dad31d #1ddad3 #d31dda

Analogous Colors of #dad31d

#dad31d #83da1d #da751d

Monochromatic Colors of #dad31d

#dad31d

Complementary Color

#dad31d #1d24da

#dad31d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad31d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad31d Color CSS Codes

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

#dad31d Text Font Color

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

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


#dad31d Background Color

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

This div background color is #dad31d


#dad31d Border Color

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

This div border color is #dad31d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad31d


Comments

No comments written yet.

Please login to write comment.