Color Hex Logo

#dadab2 Color Hex

#DADAB2
(218,218,178)
0 Favorites   0 Comments

Color spaces of #dadab2

RGB 218218178
HSL0.170.350.78
HSV60°18°85°
CMYK 0.000.000.18   0.15
XYZ62.020768.262652.0266
Yxy68.26260.34020.3744
Hunter Lab82.6212-10.593720.4999
CIE-Lab86.1376-6.568219.7419

#dadab2 color RGB value is (218,218,178).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011010 10110010
Octal 332 332 262
Decimal 218 218 178
Hex DA DA B2

RGB Percentages of Color #dadab2

%35.50
%35.50
%28.99

CMYK Percentages of Color #dadab2

%0
%0
%18
%15

Triadic Colors of #dadab2

#dadab2 #b2dada #dab2da

Analogous Colors of #dadab2

#dadab2 #c6dab2 #dac6b2

Monochromatic Colors of #dadab2

#dadab2

Complementary Color

#dadab2 #b2b2da

#dadab2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadab2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadab2 Color CSS Codes

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

#dadab2 Text Font Color

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

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


#dadab2 Background Color

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

This div background color is #dadab2


#dadab2 Border Color

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

This div border color is #dadab2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadab2


Comments

No comments written yet.

Please login to write comment.