Color Hex Logo

#dac688 Color Hex

#DAC688
(218,198,136)
0 Favorites   0 Comments

Color spaces of #dac688

RGB 218198136
HSL0.130.530.69
HSV45°38°85°
CMYK 0.000.090.38   0.15
XYZ53.551557.071231.4859
Yxy57.07120.37680.4016
Hunter Lab75.5455-5.672328.1709
CIE-Lab80.2196-1.773733.6399

#dac688 color RGB value is (218,198,136).

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

The process color (four color CMYK) of #dac688 color hex is 0.00, 0.09, 0.38, 0.15. Web safe color of #dac688 is #cccc99. Color #dac688 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000110 10001000
Octal 332 306 210
Decimal 218 198 136
Hex DA C6 88

RGB Percentages of Color #dac688

%39.49
%35.87
%24.64

CMYK Percentages of Color #dac688

%0
%9
%38
%15

Triadic Colors of #dac688

#dac688 #88dac6 #c688da

Analogous Colors of #dac688

#dac688 #c5da88 #da9d88

Monochromatic Colors of #dac688

#dac688

Complementary Color

#dac688 #889cda

#dac688 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac688 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac688 Color CSS Codes

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

#dac688 Text Font Color

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

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


#dac688 Background Color

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

This div background color is #dac688


#dac688 Border Color

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

This div border color is #dac688


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac688


Comments

No comments written yet.

Please login to write comment.