Color Hex Logo

#daca31 Color Hex

#DACA31
(218,202,49)
0 Favorites   0 Comments

Color spaces of #daca31

RGB 21820249
HSL0.150.700.52
HSV54°78°85°
CMYK 0.000.070.78   0.15
XYZ50.588357.368211.3126
Yxy57.36820.42420.4810
Hunter Lab75.7418-13.327244.1639
CIE-Lab80.3862-10.253872.1609

#daca31 color RGB value is (218,202,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001010 00110001
Octal 332 312 61
Decimal 218 202 49
Hex DA CA 31

RGB Percentages of Color #daca31

%46.48
%43.07
%10.45

CMYK Percentages of Color #daca31

%0
%7
%78
%15

Triadic Colors of #daca31

#daca31 #31daca #ca31da

Analogous Colors of #daca31

#daca31 #96da31 #da7631

Monochromatic Colors of #daca31

#daca31

Complementary Color

#daca31 #3141da

#daca31 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daca31 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daca31 Color CSS Codes

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

#daca31 Text Font Color

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

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


#daca31 Background Color

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

This div background color is #daca31


#daca31 Border Color

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

This div border color is #daca31


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daca31


Comments

No comments written yet.

Please login to write comment.