Color Hex Logo

#dace21 Color Hex

#DACE21
(218,206,33)
0 Favorites   0 Comments

Color spaces of #dace21

RGB 21820633
HSL0.160.740.49
HSV56°85°85°
CMYK 0.000.060.85   0.15
XYZ51.259359.157810.1558
Yxy59.15780.42510.4906
Hunter Lab76.9141-15.638646.0112
CIE-Lab81.3783-12.746077.1920

#dace21 color RGB value is (218,206,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001110 00100001
Octal 332 316 41
Decimal 218 206 33
Hex DA CE 21

RGB Percentages of Color #dace21

%47.70
%45.08
%7.22

CMYK Percentages of Color #dace21

%0
%6
%85
%15

Triadic Colors of #dace21

#dace21 #21dace #ce21da

Analogous Colors of #dace21

#dace21 #8ada21 #da7221

Monochromatic Colors of #dace21

#dace21

Complementary Color

#dace21 #212dda

#dace21 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dace21 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dace21 Color CSS Codes

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

#dace21 Text Font Color

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

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


#dace21 Background Color

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

This div background color is #dace21


#dace21 Border Color

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

This div border color is #dace21


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dace21


Comments

No comments written yet.

Please login to write comment.