Color Hex Logo

#dacf2f Color Hex

#DACF2F
(218,207,47)
0 Favorites   0 Comments

Color spaces of #dacf2f

RGB 21820747
HSL0.160.700.52
HSV56°78°85°
CMYK 0.000.050.78   0.15
XYZ51.739459.736311.4926
Yxy59.73630.42080.4858
Hunter Lab77.2893-15.763845.2863
CIE-Lab81.6946-12.843173.9207

#dacf2f color RGB value is (218,207,47).

#dacf2f hex color red value is 218, green value is 207 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #dacf2f hue: 0.16 , saturation: 0.70 and the lightness value of dacf2f is 0.52.

The process color (four color CMYK) of #dacf2f color hex is 0.00, 0.05, 0.78, 0.15. Web safe color of #dacf2f is #cccc33. Color #dacf2f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001111 00101111
Octal 332 317 57
Decimal 218 207 47
Hex DA CF 2F

RGB Percentages of Color #dacf2f

%46.19
%43.86
%9.96

CMYK Percentages of Color #dacf2f

%0
%5
%78
%15

Triadic Colors of #dacf2f

#dacf2f #2fdacf #cf2fda

Analogous Colors of #dacf2f

#dacf2f #90da2f #da7a2f

Monochromatic Colors of #dacf2f

#dacf2f

Complementary Color

#dacf2f #2f3ada

#dacf2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dacf2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dacf2f Color CSS Codes

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

#dacf2f Text Font Color

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

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


#dacf2f Background Color

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

This div background color is #dacf2f


#dacf2f Border Color

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

This div border color is #dacf2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dacf2f


Comments

No comments written yet.

Please login to write comment.