Color Hex Logo

#dcad68 Color Hex

#DCAD68
(220,173,104)
0 Favorites   0 Comments

Color spaces of #dcad68

RGB 220173104
HSL0.100.620.64
HSV36°53°86°
CMYK 0.000.210.53   0.14
XYZ46.957546.102319.5204
Yxy46.10230.41710.4095
Hunter Lab67.89874.624730.4836
CIE-Lab73.61199.010441.7299

#dcad68 color RGB value is (220,173,104).

#dcad68 hex color red value is 220, green value is 173 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #dcad68 hue: 0.10 , saturation: 0.62 and the lightness value of dcad68 is 0.64.

The process color (four color CMYK) of #dcad68 color hex is 0.00, 0.21, 0.53, 0.14. Web safe color of #dcad68 is #cc9966. Color #dcad68 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101101 01101000
Octal 334 255 150
Decimal 220 173 104
Hex DC AD 68

RGB Percentages of Color #dcad68

%44.27
%34.81
%20.93

CMYK Percentages of Color #dcad68

%0
%21
%53
%14

Triadic Colors of #dcad68

#dcad68 #68dcad #ad68dc

Analogous Colors of #dcad68

#dcad68 #d1dc68 #dc7368

Monochromatic Colors of #dcad68

#dcad68

Complementary Color

#dcad68 #6897dc

#dcad68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcad68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcad68 Color CSS Codes

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

#dcad68 Text Font Color

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

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


#dcad68 Background Color

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

This div background color is #dcad68


#dcad68 Border Color

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

This div border color is #dcad68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcad68


Comments

No comments written yet.

Please login to write comment.