Color Hex Logo

#dacf76 Color Hex

#DACF76
(218,207,118)
0 Favorites   0 Comments

Color spaces of #dacf76

RGB 218207118
HSL0.150.570.66
HSV53°46°85°
CMYK 0.000.050.46   0.15
XYZ54.496360.839126.0104
Yxy60.83910.38560.4304
Hunter Lab77.9994-11.785434.8282
CIE-Lab82.2922-8.292545.3729

#dacf76 color RGB value is (218,207,118).

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

The process color (four color CMYK) of #dacf76 color hex is 0.00, 0.05, 0.46, 0.15. Web safe color of #dacf76 is #cccc66. Color #dacf76 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001111 01110110
Octal 332 317 166
Decimal 218 207 118
Hex DA CF 76

RGB Percentages of Color #dacf76

%40.15
%38.12
%21.73

CMYK Percentages of Color #dacf76

%0
%5
%46
%15

Triadic Colors of #dacf76

#dacf76 #76dacf #cf76da

Analogous Colors of #dacf76

#dacf76 #b3da76 #da9d76

Monochromatic Colors of #dacf76

#dacf76

Complementary Color

#dacf76 #7681da

#dacf76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dacf76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dacf76 Color CSS Codes

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

#dacf76 Text Font Color

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

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


#dacf76 Background Color

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

This div background color is #dacf76


#dacf76 Border Color

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

This div border color is #dacf76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dacf76


Comments

No comments written yet.

Please login to write comment.