Color Hex Logo

#dad275 Color Hex

#DAD275
(218,210,117)
0 Favorites   0 Comments

Color spaces of #dad275

RGB 218210117
HSL0.150.580.66
HSV55°46°85°
CMYK 0.000.040.46   0.15
XYZ55.170962.283025.9436
Yxy62.28300.38470.4343
Hunter Lab78.9196-13.323935.7530
CIE-Lab83.0637-9.911146.8094

#dad275 color RGB value is (218,210,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010010 01110101
Octal 332 322 165
Decimal 218 210 117
Hex DA D2 75

RGB Percentages of Color #dad275

%40.00
%38.53
%21.47

CMYK Percentages of Color #dad275

%0
%4
%46
%15

Triadic Colors of #dad275

#dad275 #75dad2 #d275da

Analogous Colors of #dad275

#dad275 #b0da75 #daa075

Monochromatic Colors of #dad275

#dad275

Complementary Color

#dad275 #757dda

#dad275 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad275 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad275 Color CSS Codes

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

#dad275 Text Font Color

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

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


#dad275 Background Color

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

This div background color is #dad275


#dad275 Border Color

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

This div border color is #dad275


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad275


Comments

No comments written yet.

Please login to write comment.