Color Hex Logo

#dace85 Color Hex

#DACE85
(218,206,133)
0 Favorites   0 Comments

Color spaces of #dace85

RGB 218206133
HSL0.140.530.69
HSV52°39°85°
CMYK 0.000.060.39   0.15
XYZ55.218460.741531.0043
Yxy60.74150.37570.4133
Hunter Lab77.9368-9.921930.9694
CIE-Lab82.2396-6.239337.8004

#dace85 color RGB value is (218,206,133).

#dace85 hex color red value is 218, green value is 206 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #dace85 hue: 0.14 , saturation: 0.53 and the lightness value of dace85 is 0.69.

The process color (four color CMYK) of #dace85 color hex is 0.00, 0.06, 0.39, 0.15. Web safe color of #dace85 is #cccc99. Color #dace85 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001110 10000101
Octal 332 316 205
Decimal 218 206 133
Hex DA CE 85

RGB Percentages of Color #dace85

%39.14
%36.98
%23.88

CMYK Percentages of Color #dace85

%0
%6
%39
%15

Triadic Colors of #dace85

#dace85 #85dace #ce85da

Analogous Colors of #dace85

#dace85 #bcda85 #daa485

Monochromatic Colors of #dace85

#dace85

Complementary Color

#dace85 #8591da

#dace85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dace85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dace85 Color CSS Codes

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

#dace85 Text Font Color

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

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


#dace85 Background Color

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

This div background color is #dace85


#dace85 Border Color

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

This div border color is #dace85


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dace85


Comments

No comments written yet.

Please login to write comment.