Color Hex Logo

#dace31 Color Hex

#DACE31
(218,206,49)
0 Favorites   0 Comments

Color spaces of #dace31

RGB 21820649
HSL0.150.700.52
HSV56°78°85°
CMYK 0.000.060.78   0.15
XYZ51.539159.269811.6295
Yxy59.26980.42090.4841
Hunter Lab76.9869-15.229744.9346
CIE-Lab81.4397-12.271673.1073

#dace31 color RGB value is (218,206,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001110 00110001
Octal 332 316 61
Decimal 218 206 49
Hex DA CE 31

RGB Percentages of Color #dace31

%46.09
%43.55
%10.36

CMYK Percentages of Color #dace31

%0
%6
%78
%15

Triadic Colors of #dace31

#dace31 #31dace #ce31da

Analogous Colors of #dace31

#dace31 #92da31 #da7a31

Monochromatic Colors of #dace31

#dace31

Complementary Color

#dace31 #313dda

#dace31 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dace31 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dace31 Color CSS Codes

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

#dace31 Text Font Color

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

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


#dace31 Background Color

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

This div background color is #dace31


#dace31 Border Color

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

This div border color is #dace31


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dace31


Comments

No comments written yet.

Please login to write comment.