Color Hex Logo

#dad8a8 Color Hex

#DAD8A8
(218,216,168)
0 Favorites   0 Comments

Color spaces of #dad8a8

RGB 218216168
HSL0.160.400.76
HSV58°23°85°
CMYK 0.000.010.23   0.15
XYZ60.537266.844346.7574
Yxy66.84430.34760.3839
Hunter Lab81.7584-10.908523.3231
CIE-Lab85.4253-6.983523.9813

#dad8a8 color RGB value is (218,216,168).

#dad8a8 hex color red value is 218, green value is 216 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #dad8a8 hue: 0.16 , saturation: 0.40 and the lightness value of dad8a8 is 0.76.

The process color (four color CMYK) of #dad8a8 color hex is 0.00, 0.01, 0.23, 0.15. Web safe color of #dad8a8 is #cccc99. Color #dad8a8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011000 10101000
Octal 332 330 250
Decimal 218 216 168
Hex DA D8 A8

RGB Percentages of Color #dad8a8

%36.21
%35.88
%27.91

CMYK Percentages of Color #dad8a8

%0
%1
%23
%15

Triadic Colors of #dad8a8

#dad8a8 #a8dad8 #d8a8da

Analogous Colors of #dad8a8

#dad8a8 #c3daa8 #dabfa8

Monochromatic Colors of #dad8a8

#dad8a8

Complementary Color

#dad8a8 #a8aada

#dad8a8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad8a8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad8a8 Color CSS Codes

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

#dad8a8 Text Font Color

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

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


#dad8a8 Background Color

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

This div background color is #dad8a8


#dad8a8 Border Color

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

This div border color is #dad8a8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad8a8


Comments

No comments written yet.

Please login to write comment.