Color Hex Logo

#dad475 Color Hex

#DAD475
(218,212,117)
0 Favorites   0 Comments

Color spaces of #dad475

RGB 218212117
HSL0.160.580.66
HSV56°46°85°
CMYK 0.000.030.46   0.15
XYZ55.667863.276726.1092
Yxy63.27670.38380.4362
Hunter Lab79.5467-14.290036.2222
CIE-Lab83.5878-10.921647.4498

#dad475 color RGB value is (218,212,117).

#dad475 hex color red value is 218, green value is 212 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #dad475 hue: 0.16 , saturation: 0.58 and the lightness value of dad475 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010100 01110101
Octal 332 324 165
Decimal 218 212 117
Hex DA D4 75

RGB Percentages of Color #dad475

%39.85
%38.76
%21.39

CMYK Percentages of Color #dad475

%0
%3
%46
%15

Triadic Colors of #dad475

#dad475 #75dad4 #d475da

Analogous Colors of #dad475

#dad475 #aeda75 #daa275

Monochromatic Colors of #dad475

#dad475

Complementary Color

#dad475 #757bda

#dad475 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad475 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad475 Color CSS Codes

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

#dad475 Text Font Color

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

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


#dad475 Background Color

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

This div background color is #dad475


#dad475 Border Color

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

This div border color is #dad475


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad475

#dad475 Color Palettes


Comments

No comments written yet.

Please login to write comment.