Color Hex Logo

#dad952 Color Hex

#DAD952
(218,217,82)
0 Favorites   0 Comments

Color spaces of #dad952

RGB 21821782
HSL0.170.650.59
HSV60°62°85°
CMYK 0.000.000.62   0.15
XYZ55.249365.140317.6440
Yxy65.14030.40030.4719
Hunter Lab80.7095-19.050443.5352
CIE-Lab84.5560-16.145964.3349

#dad952 color RGB value is (218,217,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011001 01010010
Octal 332 331 122
Decimal 218 217 82
Hex DA D9 52

RGB Percentages of Color #dad952

%42.17
%41.97
%15.86

CMYK Percentages of Color #dad952

%0
%0
%62
%15

Triadic Colors of #dad952

#dad952 #52dad9 #d952da

Analogous Colors of #dad952

#dad952 #97da52 #da9552

Monochromatic Colors of #dad952

#dad952

Complementary Color

#dad952 #5253da

#dad952 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad952 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad952 Color CSS Codes

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

#dad952 Text Font Color

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

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


#dad952 Background Color

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

This div background color is #dad952


#dad952 Border Color

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

This div border color is #dad952


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad952


Comments

No comments written yet.

Please login to write comment.