Color Hex Logo

#dac698 Color Hex

#DAC698
(218,198,152)
1 Favorites   0 Comments

Color spaces of #dac698

RGB 218198152
HSL0.120.470.73
HSV42°30°85°
CMYK 0.000.090.30   0.15
XYZ54.775057.560637.9291
Yxy57.56060.36450.3831
Hunter Lab75.8687-3.898423.4672
CIE-Lab80.49390.165625.6450

#dac698 color RGB value is (218,198,152).

#dac698 hex color red value is 218, green value is 198 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #dac698 hue: 0.12 , saturation: 0.47 and the lightness value of dac698 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000110 10011000
Octal 332 306 230
Decimal 218 198 152
Hex DA C6 98

RGB Percentages of Color #dac698

%38.38
%34.86
%26.76

CMYK Percentages of Color #dac698

%0
%9
%30
%15

Triadic Colors of #dac698

#dac698 #98dac6 #c698da

Analogous Colors of #dac698

#dac698 #cdda98 #daa598

Monochromatic Colors of #dac698

#dac698

Complementary Color

#dac698 #98acda

#dac698 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac698 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac698 Color CSS Codes

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

#dac698 Text Font Color

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

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


#dac698 Background Color

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

This div background color is #dac698


#dac698 Border Color

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

This div border color is #dac698


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac698


Comments

No comments written yet.

Please login to write comment.