Color Hex Logo

#dad151 Color Hex

#DAD151
(218,209,81)
0 Favorites   0 Comments

Color spaces of #dad151

RGB 21820981
HSL0.160.650.59
HSV56°63°85°
CMYK 0.000.040.63   0.15
XYZ53.199161.100416.7743
Yxy61.10040.40590.4662
Hunter Lab78.1667-15.307441.9933
CIE-Lab82.4327-12.220662.4959

#dad151 color RGB value is (218,209,81).

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

The process color (four color CMYK) of #dad151 color hex is 0.00, 0.04, 0.63, 0.15. Web safe color of #dad151 is #cccc66. Color #dad151 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010001 01010001
Octal 332 321 121
Decimal 218 209 81
Hex DA D1 51

RGB Percentages of Color #dad151

%42.91
%41.14
%15.94

CMYK Percentages of Color #dad151

%0
%4
%63
%15

Triadic Colors of #dad151

#dad151 #51dad1 #d151da

Analogous Colors of #dad151

#dad151 #9fda51 #da8d51

Monochromatic Colors of #dad151

#dad151

Complementary Color

#dad151 #515ada

#dad151 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad151 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad151 Color CSS Codes

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

#dad151 Text Font Color

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

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


#dad151 Background Color

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

This div background color is #dad151


#dad151 Border Color

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

This div border color is #dad151


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad151


Comments

No comments written yet.

Please login to write comment.