Color Hex Logo

#dace63 Color Hex

#DACE63
(218,206,99)
0 Favorites   0 Comments

Color spaces of #dace63

RGB 21820699
HSL0.150.620.62
HSV54°55°85°
CMYK 0.000.060.55   0.15
XYZ53.236959.948920.5698
Yxy59.94890.39800.4482
Hunter Lab77.4267-12.764038.4472
CIE-Lab81.8104-9.440753.8797

#dace63 color RGB value is (218,206,99).

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

The process color (four color CMYK) of #dace63 color hex is 0.00, 0.06, 0.55, 0.15. Web safe color of #dace63 is #cccc66. Color #dace63 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001110 01100011
Octal 332 316 143
Decimal 218 206 99
Hex DA CE 63

RGB Percentages of Color #dace63

%41.68
%39.39
%18.93

CMYK Percentages of Color #dace63

%0
%6
%55
%15

Triadic Colors of #dace63

#dace63 #63dace #ce63da

Analogous Colors of #dace63

#dace63 #abda63 #da9363

Monochromatic Colors of #dace63

#dace63

Complementary Color

#dace63 #636fda

#dace63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dace63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dace63 Color CSS Codes

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

#dace63 Text Font Color

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

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


#dace63 Background Color

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

This div background color is #dace63


#dace63 Border Color

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

This div border color is #dace63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dace63


Comments

No comments written yet.

Please login to write comment.