Color Hex Logo

#dac598 Color Hex

#DAC598
(218,197,152)
0 Favorites   0 Comments

Color spaces of #dac598

RGB 218197152
HSL0.110.470.73
HSV41°30°85°
CMYK 0.000.100.30   0.15
XYZ54.547257.104937.8532
Yxy57.10490.36490.3820
Hunter Lab75.5678-3.396723.1981
CIE-Lab80.23860.688525.2987

#dac598 color RGB value is (218,197,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000101 10011000
Octal 332 305 230
Decimal 218 197 152
Hex DA C5 98

RGB Percentages of Color #dac598

%38.45
%34.74
%26.81

CMYK Percentages of Color #dac598

%0
%10
%30
%15

Triadic Colors of #dac598

#dac598 #98dac5 #c598da

Analogous Colors of #dac598

#dac598 #ceda98 #daa498

Monochromatic Colors of #dac598

#dac598

Complementary Color

#dac598 #98adda

#dac598 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac598 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac598 Color CSS Codes

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

#dac598 Text Font Color

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

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


#dac598 Background Color

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

This div background color is #dac598


#dac598 Border Color

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

This div border color is #dac598


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac598


Comments

No comments written yet.

Please login to write comment.