Color Hex Logo

#dace41 Color Hex

#DACE41
(218,206,65)
0 Favorites   0 Comments

Color spaces of #dace41

RGB 21820665
HSL0.150.670.55
HSV55°70°85°
CMYK 0.000.060.70   0.15
XYZ51.938959.429713.7346
Yxy59.42970.41520.4750
Hunter Lab77.0907-14.646443.4003
CIE-Lab81.5272-11.597467.8471

#dace41 color RGB value is (218,206,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001110 01000001
Octal 332 316 101
Decimal 218 206 65
Hex DA CE 41

RGB Percentages of Color #dace41

%44.58
%42.13
%13.29

CMYK Percentages of Color #dace41

%0
%6
%70
%15

Triadic Colors of #dace41

#dace41 #41dace #ce41da

Analogous Colors of #dace41

#dace41 #9ada41 #da8241

Monochromatic Colors of #dace41

#dace41

Complementary Color

#dace41 #414dda

#dace41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dace41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dace41 Color CSS Codes

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

#dace41 Text Font Color

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

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


#dace41 Background Color

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

This div background color is #dace41


#dace41 Border Color

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

This div border color is #dace41


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dace41


Comments

No comments written yet.

Please login to write comment.