Color Hex Logo

#dad28d Color Hex

#DAD28D
(218,210,141)
0 Favorites   0 Comments

Color spaces of #dad28d

RGB 218210141
HSL0.150.510.70
HSV54°35°85°
CMYK 0.000.040.35   0.15
XYZ56.767862.921734.3524
Yxy62.92170.36850.4085
Hunter Lab79.3232-11.071729.8496
CIE-Lab83.4012-7.379835.2278

#dad28d color RGB value is (218,210,141).

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

The process color (four color CMYK) of #dad28d color hex is 0.00, 0.04, 0.35, 0.15. Web safe color of #dad28d is #cccc99. Color #dad28d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010010 10001101
Octal 332 322 215
Decimal 218 210 141
Hex DA D2 8D

RGB Percentages of Color #dad28d

%38.31
%36.91
%24.78

CMYK Percentages of Color #dad28d

%0
%4
%35
%15

Triadic Colors of #dad28d

#dad28d #8ddad2 #d28dda

Analogous Colors of #dad28d

#dad28d #bcda8d #daac8d

Monochromatic Colors of #dad28d

#dad28d

Complementary Color

#dad28d #8d95da

#dad28d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad28d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad28d Color CSS Codes

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

#dad28d Text Font Color

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

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


#dad28d Background Color

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

This div background color is #dad28d


#dad28d Border Color

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

This div border color is #dad28d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad28d


Comments

No comments written yet.

Please login to write comment.