Color Hex Logo

#dace1d Color Hex

#DACE1D
(218,206,29)
0 Favorites   0 Comments

Color spaces of #dace1d

RGB 21820629
HSL0.160.770.48
HSV56°87°85°
CMYK 0.000.060.87   0.15
XYZ51.206559.13679.8781
Yxy59.13670.42590.4919
Hunter Lab76.9004-15.715946.2143
CIE-Lab81.3667-12.835978.0064

#dace1d color RGB value is (218,206,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001110 00011101
Octal 332 316 35
Decimal 218 206 29
Hex DA CE 1D

RGB Percentages of Color #dace1d

%48.12
%45.47
%6.40

CMYK Percentages of Color #dace1d

%0
%6
%87
%15

Triadic Colors of #dace1d

#dace1d #1ddace #ce1dda

Analogous Colors of #dace1d

#dace1d #88da1d #da701d

Monochromatic Colors of #dace1d

#dace1d

Complementary Color

#dace1d #1d29da

#dace1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dace1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dace1d Color CSS Codes

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

#dace1d Text Font Color

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

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


#dace1d Background Color

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

This div background color is #dace1d


#dace1d Border Color

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

This div border color is #dace1d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,206,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 #dace1d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dace1d


Comments

No comments written yet.

Please login to write comment.