Color Hex Logo

#dace2a Color Hex

#DACE2A
(218,206,42)
0 Favorites   0 Comments

Color spaces of #dace2a

RGB 21820642
HSL0.160.700.51
HSV56°81°85°
CMYK 0.000.060.81   0.15
XYZ51.402759.215210.9110
Yxy59.21520.42300.4873
Hunter Lab76.9514-15.428945.4592
CIE-Lab81.4097-12.502675.0516

#dace2a color RGB value is (218,206,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001110 00101010
Octal 332 316 52
Decimal 218 206 42
Hex DA CE 2A

RGB Percentages of Color #dace2a

%46.78
%44.21
%9.01

CMYK Percentages of Color #dace2a

%0
%6
%81
%15

Triadic Colors of #dace2a

#dace2a #2adace #ce2ada

Analogous Colors of #dace2a

#dace2a #8eda2a #da762a

Monochromatic Colors of #dace2a

#dace2a

Complementary Color

#dace2a #2a36da

#dace2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dace2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dace2a Color CSS Codes

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

#dace2a Text Font Color

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

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


#dace2a Background Color

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

This div background color is #dace2a


#dace2a Border Color

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

This div border color is #dace2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dace2a


Comments

No comments written yet.

Please login to write comment.