Color Hex Logo

#dacf70 Color Hex

#DACF70
(218,207,112)
0 Favorites   0 Comments

Color spaces of #dacf70

RGB 218207112
HSL0.150.590.65
HSV54°49°85°
CMYK 0.000.050.49   0.15
XYZ54.150960.700924.1916
Yxy60.70090.38950.4366
Hunter Lab77.9108-12.279736.1278
CIE-Lab82.2177-8.850948.2072

#dacf70 color RGB value is (218,207,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001111 01110000
Octal 332 317 160
Decimal 218 207 112
Hex DA CF 70

RGB Percentages of Color #dacf70

%40.60
%38.55
%20.86

CMYK Percentages of Color #dacf70

%0
%5
%49
%15

Triadic Colors of #dacf70

#dacf70 #70dacf #cf70da

Analogous Colors of #dacf70

#dacf70 #b0da70 #da9a70

Monochromatic Colors of #dacf70

#dacf70

Complementary Color

#dacf70 #707bda

#dacf70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dacf70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dacf70 Color CSS Codes

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

#dacf70 Text Font Color

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

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


#dacf70 Background Color

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

This div background color is #dacf70


#dacf70 Border Color

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

This div border color is #dacf70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dacf70


Comments

No comments written yet.

Please login to write comment.