Color Hex Logo

#dcae19 Color Hex

#DCAE19
(220,174,25)
0 Favorites   0 Comments

Color spaces of #dcae19

RGB 22017425
HSL0.130.800.48
HSV46°89°86°
CMYK 0.000.210.89   0.14
XYZ44.826745.55797.3506
Yxy45.55790.45870.4661
Hunter Lab67.49660.428740.7907
CIE-Lab73.25774.465372.4564

#dcae19 color RGB value is (220,174,25).

#dcae19 hex color red value is 220, green value is 174 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #dcae19 hue: 0.13 , saturation: 0.80 and the lightness value of dcae19 is 0.48.

The process color (four color CMYK) of #dcae19 color hex is 0.00, 0.21, 0.89, 0.14. Web safe color of #dcae19 is #cc9900. Color #dcae19 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101110 00011001
Octal 334 256 31
Decimal 220 174 25
Hex DC AE 19

RGB Percentages of Color #dcae19

%52.51
%41.53
%5.97

CMYK Percentages of Color #dcae19

%0
%21
%89
%14

Triadic Colors of #dcae19

#dcae19 #19dcae #ae19dc

Analogous Colors of #dcae19

#dcae19 #a9dc19 #dc4d19

Monochromatic Colors of #dcae19

#dcae19

Complementary Color

#dcae19 #1947dc

#dcae19 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcae19 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcae19 Color CSS Codes

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

#dcae19 Text Font Color

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

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


#dcae19 Background Color

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

This div background color is #dcae19


#dcae19 Border Color

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

This div border color is #dcae19


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcae19


Comments

No comments written yet.

Please login to write comment.