Color Hex Logo

#dcae38 Color Hex

#DCAE38
(220,174,56)
0 Favorites   0 Comments

Color spaces of #dcae38

RGB 22017456
HSL0.120.700.54
HSV43°75°86°
CMYK 0.000.210.75   0.14
XYZ45.365145.773310.1855
Yxy45.77330.44770.4518
Hunter Lab67.65601.291038.4332
CIE-Lab73.39825.411963.3449

#dcae38 color RGB value is (220,174,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101110 00111000
Octal 334 256 70
Decimal 220 174 56
Hex DC AE 38

RGB Percentages of Color #dcae38

%48.89
%38.67
%12.44

CMYK Percentages of Color #dcae38

%0
%21
%75
%14

Triadic Colors of #dcae38

#dcae38 #38dcae #ae38dc

Analogous Colors of #dcae38

#dcae38 #b8dc38 #dc5c38

Monochromatic Colors of #dcae38

#dcae38

Complementary Color

#dcae38 #3866dc

#dcae38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcae38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcae38 Color CSS Codes

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

#dcae38 Text Font Color

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

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


#dcae38 Background Color

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

This div background color is #dcae38


#dcae38 Border Color

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

This div border color is #dcae38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcae38


Comments

No comments written yet.

Please login to write comment.