Color Hex Logo

#dcae24 Color Hex

#DCAE24
(220,174,36)
0 Favorites   0 Comments

Color spaces of #dcae24

RGB 22017436
HSL0.130.720.50
HSV45°84°86°
CMYK 0.000.210.84   0.14
XYZ44.969745.61518.1035
Yxy45.61510.45570.4622
Hunter Lab67.53900.658140.1635
CIE-Lab73.29514.717869.8303

#dcae24 color RGB value is (220,174,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101110 00100100
Octal 334 256 44
Decimal 220 174 36
Hex DC AE 24

RGB Percentages of Color #dcae24

%51.16
%40.47
%8.37

CMYK Percentages of Color #dcae24

%0
%21
%84
%14

Triadic Colors of #dcae24

#dcae24 #24dcae #ae24dc

Analogous Colors of #dcae24

#dcae24 #aedc24 #dc5224

Monochromatic Colors of #dcae24

#dcae24

Complementary Color

#dcae24 #2452dc

#dcae24 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcae24 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcae24 Color CSS Codes

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

#dcae24 Text Font Color

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

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


#dcae24 Background Color

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

This div background color is #dcae24


#dcae24 Border Color

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

This div border color is #dcae24


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcae24


Comments

No comments written yet.

Please login to write comment.