Color Hex Logo

#dcae15 Color Hex

#DCAE15
(220,174,21)
0 Favorites   0 Comments

Color spaces of #dcae15

RGB 22017421
HSL0.130.830.47
HSV46°90°86°
CMYK 0.000.210.90   0.14
XYZ44.786645.54197.1394
Yxy45.54190.45950.4673
Hunter Lab67.48470.364240.9669
CIE-Lab73.24734.394373.2260

#dcae15 color RGB value is (220,174,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101110 00010101
Octal 334 256 25
Decimal 220 174 21
Hex DC AE 15

RGB Percentages of Color #dcae15

%53.01
%41.93
%5.06

CMYK Percentages of Color #dcae15

%0
%21
%90
%14

Triadic Colors of #dcae15

#dcae15 #15dcae #ae15dc

Analogous Colors of #dcae15

#dcae15 #a7dc15 #dc4b15

Monochromatic Colors of #dcae15

#dcae15

Complementary Color

#dcae15 #1543dc

#dcae15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcae15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcae15 Color CSS Codes

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

#dcae15 Text Font Color

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

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


#dcae15 Background Color

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

This div background color is #dcae15


#dcae15 Border Color

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

This div border color is #dcae15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcae15


Comments

No comments written yet.

Please login to write comment.