Color Hex Logo

#dace2f Color Hex

#DACE2F
(218,206,47)
0 Favorites   0 Comments

Color spaces of #dace2f

RGB 21820647
HSL0.150.700.52
HSV56°78°85°
CMYK 0.000.060.78   0.15
XYZ51.497859.253311.4121
Yxy59.25330.42150.4850
Hunter Lab76.9762-15.290145.0933
CIE-Lab81.4306-12.341573.6867

#dace2f color RGB value is (218,206,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001110 00101111
Octal 332 316 57
Decimal 218 206 47
Hex DA CE 2F

RGB Percentages of Color #dace2f

%46.28
%43.74
%9.98

CMYK Percentages of Color #dace2f

%0
%6
%78
%15

Triadic Colors of #dace2f

#dace2f #2fdace #ce2fda

Analogous Colors of #dace2f

#dace2f #91da2f #da792f

Monochromatic Colors of #dace2f

#dace2f

Complementary Color

#dace2f #2f3bda

#dace2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dace2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dace2f Color CSS Codes

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

#dace2f Text Font Color

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

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


#dace2f Background Color

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

This div background color is #dace2f


#dace2f Border Color

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

This div border color is #dace2f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,206,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 #dace2f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dace2f


Comments

No comments written yet.

Please login to write comment.