Color Hex Logo

#dac998 Color Hex

#DAC998
(218,201,152)
0 Favorites   0 Comments

Color spaces of #dac998

RGB 218201152
HSL0.120.470.73
HSV45°30°85°
CMYK 0.000.080.30   0.15
XYZ55.467658.945738.1600
Yxy58.94570.36350.3863
Hunter Lab76.7761-5.399224.2744
CIE-Lab81.2617-1.397726.6839

#dac998 color RGB value is (218,201,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001001 10011000
Octal 332 311 230
Decimal 218 201 152
Hex DA C9 98

RGB Percentages of Color #dac998

%38.18
%35.20
%26.62

CMYK Percentages of Color #dac998

%0
%8
%30
%15

Triadic Colors of #dac998

#dac998 #98dac9 #c998da

Analogous Colors of #dac998

#dac998 #cada98 #daa898

Monochromatic Colors of #dac998

#dac998

Complementary Color

#dac998 #98a9da

#dac998 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac998 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac998 Color CSS Codes

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

#dac998 Text Font Color

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

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


#dac998 Background Color

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

This div background color is #dac998


#dac998 Border Color

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

This div border color is #dac998


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,201,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 #dac998">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac998


Comments

No comments written yet.

Please login to write comment.