Color Hex Logo

#dace47 Color Hex

#DACE47
(218,206,71)
0 Favorites   0 Comments

Color spaces of #dace47

RGB 21820671
HSL0.150.670.57
HSV55°67°85°
CMYK 0.000.060.67   0.15
XYZ52.122159.503014.6993
Yxy59.50300.41260.4710
Hunter Lab77.1382-14.379842.6985
CIE-Lab81.5673-11.290165.6207

#dace47 color RGB value is (218,206,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001110 01000111
Octal 332 316 107
Decimal 218 206 71
Hex DA CE 47

RGB Percentages of Color #dace47

%44.04
%41.62
%14.34

CMYK Percentages of Color #dace47

%0
%6
%67
%15

Triadic Colors of #dace47

#dace47 #47dace #ce47da

Analogous Colors of #dace47

#dace47 #9dda47 #da8547

Monochromatic Colors of #dace47

#dace47

Complementary Color

#dace47 #4753da

#dace47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dace47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dace47 Color CSS Codes

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

#dace47 Text Font Color

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

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


#dace47 Background Color

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

This div background color is #dace47


#dace47 Border Color

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

This div border color is #dace47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dace47


Comments

No comments written yet.

Please login to write comment.