Color Hex Logo

#dace49 Color Hex

#DACE49
(218,206,73)
0 Favorites   0 Comments

Color spaces of #dace49

RGB 21820673
HSL0.150.660.57
HSV55°67°85°
CMYK 0.000.060.67   0.15
XYZ52.187359.529115.0430
Yxy59.52910.41170.4696
Hunter Lab77.1551-14.285042.4487
CIE-Lab81.5816-11.181064.8518

#dace49 color RGB value is (218,206,73).

#dace49 hex color red value is 218, green value is 206 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #dace49 hue: 0.15 , saturation: 0.66 and the lightness value of dace49 is 0.57.

The process color (four color CMYK) of #dace49 color hex is 0.00, 0.06, 0.67, 0.15. Web safe color of #dace49 is #cccc33. Color #dace49 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001110 01001001
Octal 332 316 111
Decimal 218 206 73
Hex DA CE 49

RGB Percentages of Color #dace49

%43.86
%41.45
%14.69

CMYK Percentages of Color #dace49

%0
%6
%67
%15

Triadic Colors of #dace49

#dace49 #49dace #ce49da

Analogous Colors of #dace49

#dace49 #9eda49 #da8649

Monochromatic Colors of #dace49

#dace49

Complementary Color

#dace49 #4955da

#dace49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dace49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dace49 Color CSS Codes

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

#dace49 Text Font Color

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

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


#dace49 Background Color

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

This div background color is #dace49


#dace49 Border Color

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

This div border color is #dace49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dace49


Comments

No comments written yet.

Please login to write comment.