Color Hex Logo

#dace4a Color Hex

#DACE4A
(218,206,74)
0 Favorites   0 Comments

Color spaces of #dace4a

RGB 21820674
HSL0.150.660.57
HSV55°66°85°
CMYK 0.000.060.66   0.15
XYZ52.220859.542515.2191
Yxy59.54250.41120.4689
Hunter Lab77.1638-14.236342.3208
CIE-Lab81.5889-11.124964.4625

#dace4a color RGB value is (218,206,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001110 01001010
Octal 332 316 112
Decimal 218 206 74
Hex DA CE 4A

RGB Percentages of Color #dace4a

%43.78
%41.37
%14.86

CMYK Percentages of Color #dace4a

%0
%6
%66
%15

Triadic Colors of #dace4a

#dace4a #4adace #ce4ada

Analogous Colors of #dace4a

#dace4a #9eda4a #da864a

Monochromatic Colors of #dace4a

#dace4a

Complementary Color

#dace4a #4a56da

#dace4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dace4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dace4a Color CSS Codes

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

#dace4a Text Font Color

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

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


#dace4a Background Color

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

This div background color is #dace4a


#dace4a Border Color

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

This div border color is #dace4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dace4a


Comments

No comments written yet.

Please login to write comment.