Color Hex Logo

#dadbab Color Hex

#DADBAB
(218,219,171)
0 Favorites   0 Comments

Color spaces of #dadbab

RGB 218219171
HSL0.170.400.76
HSV61°22°86°
CMYK 0.000.000.22   0.14
XYZ61.595668.508748.5051
Yxy68.50870.34490.3836
Hunter Lab82.7700-12.011723.1937
CIE-Lab86.2602-8.089723.5637

#dadbab color RGB value is (218,219,171).

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

The process color (four color CMYK) of #dadbab color hex is 0.00, 0.00, 0.22, 0.14. Web safe color of #dadbab is #cccc99. Color #dadbab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011011 10101011
Octal 332 333 253
Decimal 218 219 171
Hex DA DB AB

RGB Percentages of Color #dadbab

%35.86
%36.02
%28.13

CMYK Percentages of Color #dadbab

%0
%0
%22
%14

Triadic Colors of #dadbab

#dadbab #abdadb #dbabda

Analogous Colors of #dadbab

#dadbab #c2dbab #dbc4ab

Monochromatic Colors of #dadbab

#dadbab

Complementary Color

#dadbab #acabdb

#dadbab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadbab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadbab Color CSS Codes

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

#dadbab Text Font Color

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

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


#dadbab Background Color

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

This div background color is #dadbab


#dadbab Border Color

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

This div border color is #dadbab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadbab


Comments

No comments written yet.

Please login to write comment.