Color Hex Logo

#dcae29 Color Hex

#DCAE29
(220,174,41)
0 Favorites   0 Comments

Color spaces of #dcae29

RGB 22017441
HSL0.120.720.51
HSV45°81°86°
CMYK 0.000.210.81   0.14
XYZ45.051545.64788.5343
Yxy45.64780.45400.4600
Hunter Lab67.56320.789339.8049
CIE-Lab73.31644.861968.4019

#dcae29 color RGB value is (220,174,41).

#dcae29 hex color red value is 220, green value is 174 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #dcae29 hue: 0.12 , saturation: 0.72 and the lightness value of dcae29 is 0.51.

The process color (four color CMYK) of #dcae29 color hex is 0.00, 0.21, 0.81, 0.14. Web safe color of #dcae29 is #cc9933. Color #dcae29 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101110 00101001
Octal 334 256 51
Decimal 220 174 41
Hex DC AE 29

RGB Percentages of Color #dcae29

%50.57
%40.00
%9.43

CMYK Percentages of Color #dcae29

%0
%21
%81
%14

Triadic Colors of #dcae29

#dcae29 #29dcae #ae29dc

Analogous Colors of #dcae29

#dcae29 #b1dc29 #dc5529

Monochromatic Colors of #dcae29

#dcae29

Complementary Color

#dcae29 #2957dc

#dcae29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcae29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcae29 Color CSS Codes

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

#dcae29 Text Font Color

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

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


#dcae29 Background Color

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

This div background color is #dcae29


#dcae29 Border Color

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

This div border color is #dcae29


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(220,174,41, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dcae29; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dcae29;
  -webkit-box-shadow: 1px 1px 3px 2px #dcae29;
  box-shadow:         1px 1px 3px 2px #dcae29; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,174,41, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcae29


Comments

No comments written yet.

Please login to write comment.