Color Hex Logo

#dad552 Color Hex

#DAD552
(218,213,82)
0 Favorites   0 Comments

Color spaces of #dad552

RGB 21821382
HSL0.160.650.59
HSV58°62°85°
CMYK 0.000.020.62   0.15
XYZ54.230763.103117.3045
Yxy63.10310.40280.4687
Hunter Lab79.4375-17.156442.6906
CIE-Lab83.4966-14.160063.2123

#dad552 color RGB value is (218,213,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010101 01010010
Octal 332 325 122
Decimal 218 213 82
Hex DA D5 52

RGB Percentages of Color #dad552

%42.50
%41.52
%15.98

CMYK Percentages of Color #dad552

%0
%2
%62
%15

Triadic Colors of #dad552

#dad552 #52dad5 #d552da

Analogous Colors of #dad552

#dad552 #9bda52 #da9152

Monochromatic Colors of #dad552

#dad552

Complementary Color

#dad552 #5257da

#dad552 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad552 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad552 Color CSS Codes

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

#dad552 Text Font Color

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

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


#dad552 Background Color

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

This div background color is #dad552


#dad552 Border Color

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

This div border color is #dad552


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad552


Comments

No comments written yet.

Please login to write comment.