Color Hex Logo

#dad7c4 Color Hex

#DAD7C4
(218,215,196)
0 Favorites   0 Comments

Color spaces of #dad7c4

RGB 218215196
HSL0.140.230.81
HSV52°10°85°
CMYK 0.000.010.10   0.15
XYZ63.177767.491861.9220
Yxy67.49180.32800.3504
Hunter Lab82.1534-6.498212.8183
CIE-Lab85.7517-2.22479.7330

#dad7c4 color RGB value is (218,215,196).

#dad7c4 hex color red value is 218, green value is 215 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #dad7c4 hue: 0.14 , saturation: 0.23 and the lightness value of dad7c4 is 0.81.

The process color (four color CMYK) of #dad7c4 color hex is 0.00, 0.01, 0.10, 0.15. Web safe color of #dad7c4 is #cccccc. Color #dad7c4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010111 11000100
Octal 332 327 304
Decimal 218 215 196
Hex DA D7 C4

RGB Percentages of Color #dad7c4

%34.66
%34.18
%31.16

CMYK Percentages of Color #dad7c4

%0
%1
%10
%15

Triadic Colors of #dad7c4

#dad7c4 #c4dad7 #d7c4da

Analogous Colors of #dad7c4

#dad7c4 #d2dac4 #daccc4

Monochromatic Colors of #dad7c4

#dad7c4

Complementary Color

#dad7c4 #c4c7da

#dad7c4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad7c4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad7c4 Color CSS Codes

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

#dad7c4 Text Font Color

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

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


#dad7c4 Background Color

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

This div background color is #dad7c4


#dad7c4 Border Color

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

This div border color is #dad7c4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad7c4


Comments

No comments written yet.

Please login to write comment.