Color Hex Logo

#dacf6f Color Hex

#DACF6F
(218,207,111)
0 Favorites   0 Comments

Color spaces of #dacf6f

RGB 218207111
HSL0.150.590.65
HSV54°49°85°
CMYK 0.000.050.49   0.15
XYZ54.095560.678823.9000
Yxy60.67880.39010.4376
Hunter Lab77.8966-12.359236.3364
CIE-Lab82.2058-8.940948.6753

#dacf6f color RGB value is (218,207,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001111 01101111
Octal 332 317 157
Decimal 218 207 111
Hex DA CF 6F

RGB Percentages of Color #dacf6f

%40.67
%38.62
%20.71

CMYK Percentages of Color #dacf6f

%0
%5
%49
%15

Triadic Colors of #dacf6f

#dacf6f #6fdacf #cf6fda

Analogous Colors of #dacf6f

#dacf6f #b0da6f #da9a6f

Monochromatic Colors of #dacf6f

#dacf6f

Complementary Color

#dacf6f #6f7ada

#dacf6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dacf6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dacf6f Color CSS Codes

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

#dacf6f Text Font Color

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

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


#dacf6f Background Color

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

This div background color is #dacf6f


#dacf6f Border Color

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

This div border color is #dacf6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dacf6f


Comments

No comments written yet.

Please login to write comment.