Color Hex Logo

#dacf7c Color Hex

#DACF7C
(218,207,124)
0 Favorites   0 Comments

Color spaces of #dacf7c

RGB 218207124
HSL0.150.560.67
HSV53°43°85°
CMYK 0.000.050.43   0.15
XYZ54.864460.986327.9487
Yxy60.98630.38150.4241
Hunter Lab78.0937-11.259633.4465
CIE-Lab82.3714-7.700842.5005

#dacf7c color RGB value is (218,207,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001111 01111100
Octal 332 317 174
Decimal 218 207 124
Hex DA CF 7C

RGB Percentages of Color #dacf7c

%39.71
%37.70
%22.59

CMYK Percentages of Color #dacf7c

%0
%5
%43
%15

Triadic Colors of #dacf7c

#dacf7c #7cdacf #cf7cda

Analogous Colors of #dacf7c

#dacf7c #b6da7c #daa07c

Monochromatic Colors of #dacf7c

#dacf7c

Complementary Color

#dacf7c #7c87da

#dacf7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dacf7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dacf7c Color CSS Codes

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

#dacf7c Text Font Color

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

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


#dacf7c Background Color

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

This div background color is #dacf7c


#dacf7c Border Color

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

This div border color is #dacf7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dacf7c


Comments

No comments written yet.

Please login to write comment.