Color Hex Logo

#dacc52 Color Hex

#DACC52
(218,204,82)
0 Favorites   0 Comments

Color spaces of #dacc52

RGB 21820482
HSL0.150.650.59
HSV54°62°85°
CMYK 0.000.060.62   0.15
XYZ52.029358.700416.5707
Yxy58.70040.40870.4611
Hunter Lab76.6162-12.860740.8080
CIE-Lab81.1266-9.633760.6796

#dacc52 color RGB value is (218,204,82).

#dacc52 hex color red value is 218, green value is 204 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #dacc52 hue: 0.15 , saturation: 0.65 and the lightness value of dacc52 is 0.59.

The process color (four color CMYK) of #dacc52 color hex is 0.00, 0.06, 0.62, 0.15. Web safe color of #dacc52 is #cccc66. Color #dacc52 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001100 01010010
Octal 332 314 122
Decimal 218 204 82
Hex DA CC 52

RGB Percentages of Color #dacc52

%43.25
%40.48
%16.27

CMYK Percentages of Color #dacc52

%0
%6
%62
%15

Triadic Colors of #dacc52

#dacc52 #52dacc #cc52da

Analogous Colors of #dacc52

#dacc52 #a4da52 #da8852

Monochromatic Colors of #dacc52

#dacc52

Complementary Color

#dacc52 #5260da

#dacc52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dacc52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dacc52 Color CSS Codes

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

#dacc52 Text Font Color

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

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


#dacc52 Background Color

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

This div background color is #dacc52


#dacc52 Border Color

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

This div border color is #dacc52


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(218,204,82, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dacc52; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dacc52;
  -webkit-box-shadow: 1px 1px 3px 2px #dacc52;
  box-shadow:         1px 1px 3px 2px #dacc52; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,204,82, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dacc52


Comments

No comments written yet.

Please login to write comment.