Color Hex Logo

#dace1f Color Hex

#DACE1F
(218,206,31)
0 Favorites   0 Comments

Color spaces of #dace1f

RGB 21820631
HSL0.160.750.49
HSV56°86°85°
CMYK 0.000.060.86   0.15
XYZ51.232159.147010.0126
Yxy59.14700.42550.4913
Hunter Lab76.9071-15.678646.1159
CIE-Lab81.3723-12.792577.6101

#dace1f color RGB value is (218,206,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001110 00011111
Octal 332 316 37
Decimal 218 206 31
Hex DA CE 1F

RGB Percentages of Color #dace1f

%47.91
%45.27
%6.81

CMYK Percentages of Color #dace1f

%0
%6
%86
%15

Triadic Colors of #dace1f

#dace1f #1fdace #ce1fda

Analogous Colors of #dace1f

#dace1f #89da1f #da711f

Monochromatic Colors of #dace1f

#dace1f

Complementary Color

#dace1f #1f2bda

#dace1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dace1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dace1f Color CSS Codes

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

#dace1f Text Font Color

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

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


#dace1f Background Color

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

This div background color is #dace1f


#dace1f Border Color

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

This div border color is #dace1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dace1f


Comments

No comments written yet.

Please login to write comment.