Color Hex Logo

#dace82 Color Hex

#DACE82
(218,206,130)
0 Favorites   0 Comments

Color spaces of #dace82

RGB 218206130
HSL0.140.540.68
HSV52°40°85°
CMYK 0.000.060.40   0.15
XYZ55.014060.659729.9280
Yxy60.65970.37780.4166
Hunter Lab77.8843-10.213231.7361
CIE-Lab82.1955-6.564539.2648

#dace82 color RGB value is (218,206,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001110 10000010
Octal 332 316 202
Decimal 218 206 130
Hex DA CE 82

RGB Percentages of Color #dace82

%39.35
%37.18
%23.47

CMYK Percentages of Color #dace82

%0
%6
%40
%15

Triadic Colors of #dace82

#dace82 #82dace #ce82da

Analogous Colors of #dace82

#dace82 #bada82 #daa282

Monochromatic Colors of #dace82

#dace82

Complementary Color

#dace82 #828eda

#dace82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dace82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dace82 Color CSS Codes

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

#dace82 Text Font Color

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

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


#dace82 Background Color

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

This div background color is #dace82


#dace82 Border Color

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

This div border color is #dace82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dace82


Comments

No comments written yet.

Please login to write comment.