Color Hex Logo

#dadab4 Color Hex

#DADAB4
(218,218,180)
0 Favorites   0 Comments

Color spaces of #dadab4

RGB 218218180
HSL0.170.340.78
HSV60°17°85°
CMYK 0.000.000.17   0.15
XYZ62.223168.343553.0921
Yxy68.34350.33880.3721
Hunter Lab82.6701-10.321619.7921
CIE-Lab86.1779-6.270818.7512

#dadab4 color RGB value is (218,218,180).

#dadab4 hex color red value is 218, green value is 218 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #dadab4 hue: 0.17 , saturation: 0.34 and the lightness value of dadab4 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011010 10110100
Octal 332 332 264
Decimal 218 218 180
Hex DA DA B4

RGB Percentages of Color #dadab4

%35.39
%35.39
%29.22

CMYK Percentages of Color #dadab4

%0
%0
%17
%15

Triadic Colors of #dadab4

#dadab4 #b4dada #dab4da

Analogous Colors of #dadab4

#dadab4 #c7dab4 #dac7b4

Monochromatic Colors of #dadab4

#dadab4

Complementary Color

#dadab4 #b4b4da

#dadab4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadab4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadab4 Color CSS Codes

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

#dadab4 Text Font Color

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

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


#dadab4 Background Color

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

This div background color is #dadab4


#dadab4 Border Color

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

This div border color is #dadab4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadab4


Comments

No comments written yet.

Please login to write comment.