Color Hex Logo

#dacd52 Color Hex

#DACD52
(218,205,82)
0 Favorites   0 Comments

Color spaces of #dacd52

RGB 21820582
HSL0.150.650.59
HSV54°62°85°
CMYK 0.000.060.62   0.15
XYZ52.267859.177316.6502
Yxy59.17730.40800.4620
Hunter Lab76.9268-13.340341.0159
CIE-Lab81.3890-10.140460.9614

#dacd52 color RGB value is (218,205,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001101 01010010
Octal 332 315 122
Decimal 218 205 82
Hex DA CD 52

RGB Percentages of Color #dacd52

%43.17
%40.59
%16.24

CMYK Percentages of Color #dacd52

%0
%6
%62
%15

Triadic Colors of #dacd52

#dacd52 #52dacd #cd52da

Analogous Colors of #dacd52

#dacd52 #a3da52 #da8952

Monochromatic Colors of #dacd52

#dacd52

Complementary Color

#dacd52 #525fda

#dacd52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dacd52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dacd52 Color CSS Codes

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

#dacd52 Text Font Color

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

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


#dacd52 Background Color

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

This div background color is #dacd52


#dacd52 Border Color

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

This div border color is #dacd52


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,205,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 #dacd52">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dacd52


Comments

No comments written yet.

Please login to write comment.