Color Hex Logo

#dcae27 Color Hex

#DCAE27
(220,174,39)
0 Favorites   0 Comments

Color spaces of #dcae27

RGB 22017439
HSL0.120.720.51
HSV45°82°86°
CMYK 0.000.210.82   0.14
XYZ45.017545.63428.3551
Yxy45.63420.45470.4609
Hunter Lab67.55310.734839.9541
CIE-Lab73.30754.802168.9900

#dcae27 color RGB value is (220,174,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101110 00100111
Octal 334 256 47
Decimal 220 174 39
Hex DC AE 27

RGB Percentages of Color #dcae27

%50.81
%40.18
%9.01

CMYK Percentages of Color #dcae27

%0
%21
%82
%14

Triadic Colors of #dcae27

#dcae27 #27dcae #ae27dc

Analogous Colors of #dcae27

#dcae27 #b0dc27 #dc5427

Monochromatic Colors of #dcae27

#dcae27

Complementary Color

#dcae27 #2755dc

#dcae27 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcae27 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcae27 Color CSS Codes

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

#dcae27 Text Font Color

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

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


#dcae27 Background Color

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

This div background color is #dcae27


#dcae27 Border Color

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

This div border color is #dcae27


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcae27


Comments

No comments written yet.

Please login to write comment.