Color Hex Logo

#dcae37 Color Hex

#DCAE37
(220,174,55)
0 Favorites   0 Comments

Color spaces of #dcae37

RGB 22017455
HSL0.120.700.54
HSV43°75°86°
CMYK 0.000.210.75   0.14
XYZ45.340845.763610.0580
Yxy45.76360.44820.4524
Hunter Lab67.64881.252138.5389
CIE-Lab73.39195.369463.7145

#dcae37 color RGB value is (220,174,55).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101110 00110111
Octal 334 256 67
Decimal 220 174 55
Hex DC AE 37

RGB Percentages of Color #dcae37

%49.00
%38.75
%12.25

CMYK Percentages of Color #dcae37

%0
%21
%75
%14

Triadic Colors of #dcae37

#dcae37 #37dcae #ae37dc

Analogous Colors of #dcae37

#dcae37 #b8dc37 #dc5c37

Monochromatic Colors of #dcae37

#dcae37

Complementary Color

#dcae37 #3765dc

#dcae37 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcae37 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcae37 Color CSS Codes

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

#dcae37 Text Font Color

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

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


#dcae37 Background Color

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

This div background color is #dcae37


#dcae37 Border Color

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

This div border color is #dcae37


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcae37


Comments

No comments written yet.

Please login to write comment.