Color Hex Logo

#dac098 Color Hex

#DAC098
(218,192,152)
0 Favorites   0 Comments

Color spaces of #dac098

RGB 218192152
HSL0.100.470.73
HSV36°30°85°
CMYK 0.000.120.30   0.15
XYZ53.430654.871737.4810
Yxy54.87170.36650.3764
Hunter Lab74.0754-0.880021.8530
CIE-Lab78.96733.313323.5693

#dac098 color RGB value is (218,192,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000000 10011000
Octal 332 300 230
Decimal 218 192 152
Hex DA C0 98

RGB Percentages of Color #dac098

%38.79
%34.16
%27.05

CMYK Percentages of Color #dac098

%0
%12
%30
%15

Triadic Colors of #dac098

#dac098 #98dac0 #c098da

Analogous Colors of #dac098

#dac098 #d3da98 #da9f98

Monochromatic Colors of #dac098

#dac098

Complementary Color

#dac098 #98b2da

#dac098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac098 Color CSS Codes

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

#dac098 Text Font Color

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

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


#dac098 Background Color

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

This div background color is #dac098


#dac098 Border Color

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

This div border color is #dac098


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac098


Comments

No comments written yet.

Please login to write comment.