Color Hex Logo

#dac378 Color Hex

#DAC378
(218,195,120)
0 Favorites   0 Comments

Color spaces of #dac378

RGB 218195120
HSL0.130.570.66
HSV46°45°85°
CMYK 0.000.110.45   0.15
XYZ51.818755.291725.7105
Yxy55.29170.39010.4163
Hunter Lab74.3584-5.734531.5505
CIE-Lab79.2090-1.920640.5359

#dac378 color RGB value is (218,195,120).

#dac378 hex color red value is 218, green value is 195 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #dac378 hue: 0.13 , saturation: 0.57 and the lightness value of dac378 is 0.66.

The process color (four color CMYK) of #dac378 color hex is 0.00, 0.11, 0.45, 0.15. Web safe color of #dac378 is #cccc66. Color #dac378 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000011 01111000
Octal 332 303 170
Decimal 218 195 120
Hex DA C3 78

RGB Percentages of Color #dac378

%40.90
%36.59
%22.51

CMYK Percentages of Color #dac378

%0
%11
%45
%15

Triadic Colors of #dac378

#dac378 #78dac3 #c378da

Analogous Colors of #dac378

#dac378 #c0da78 #da9278

Monochromatic Colors of #dac378

#dac378

Complementary Color

#dac378 #788fda

#dac378 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac378 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac378 Color CSS Codes

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

#dac378 Text Font Color

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

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


#dac378 Background Color

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

This div background color is #dac378


#dac378 Border Color

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

This div border color is #dac378


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac378


Comments

No comments written yet.

Please login to write comment.