Color Hex Logo

#dac229 Color Hex

#DAC229
(218,194,41)
0 Favorites   0 Comments

Color spaces of #dac229

RGB 21819441
HSL0.140.710.51
HSV52°81°85°
CMYK 0.000.110.81   0.15
XYZ48.605553.64919.8913
Yxy53.64910.43340.4784
Hunter Lab73.2455-9.727743.2652
CIE-Lab78.2567-6.439372.6043

#dac229 color RGB value is (218,194,41).

#dac229 hex color red value is 218, green value is 194 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #dac229 hue: 0.14 , saturation: 0.71 and the lightness value of dac229 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000010 00101001
Octal 332 302 51
Decimal 218 194 41
Hex DA C2 29

RGB Percentages of Color #dac229

%48.12
%42.83
%9.05

CMYK Percentages of Color #dac229

%0
%11
%81
%15

Triadic Colors of #dac229

#dac229 #29dac2 #c229da

Analogous Colors of #dac229

#dac229 #9ada29 #da6a29

Monochromatic Colors of #dac229

#dac229

Complementary Color

#dac229 #2941da

#dac229 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac229 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac229 Color CSS Codes

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

#dac229 Text Font Color

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

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


#dac229 Background Color

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

This div background color is #dac229


#dac229 Border Color

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

This div border color is #dac229


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac229


Comments

No comments written yet.

Please login to write comment.