Color Hex Logo

#dace65 Color Hex

#DACE65
(218,206,101)
1 Favorites   0 Comments

Color spaces of #dace65

RGB 218206101
HSL0.150.610.63
HSV54°54°85°
CMYK 0.000.060.54   0.15
XYZ53.333759.987621.0797
Yxy59.98760.39680.4463
Hunter Lab77.4517-12.624238.0794
CIE-Lab81.8314-9.281852.9754

#dace65 color RGB value is (218,206,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001110 01100101
Octal 332 316 145
Decimal 218 206 101
Hex DA CE 65

RGB Percentages of Color #dace65

%41.52
%39.24
%19.24

CMYK Percentages of Color #dace65

%0
%6
%54
%15

Triadic Colors of #dace65

#dace65 #65dace #ce65da

Analogous Colors of #dace65

#dace65 #acda65 #da9465

Monochromatic Colors of #dace65

#dace65

Complementary Color

#dace65 #6571da

#dace65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dace65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dace65 Color CSS Codes

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

#dace65 Text Font Color

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

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


#dace65 Background Color

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

This div background color is #dace65


#dace65 Border Color

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

This div border color is #dace65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dace65


Comments

No comments written yet.

Please login to write comment.