Color Hex Logo

#dadbac Color Hex

#DADBAC
(218,219,172)
0 Favorites   0 Comments

Color spaces of #dadbac

RGB 218219172
HSL0.170.390.77
HSV61°21°86°
CMYK 0.000.000.21   0.14
XYZ61.691468.547049.0091
Yxy68.54700.34420.3824
Hunter Lab82.7931-11.882822.8587
CIE-Lab86.2792-7.947723.0694

#dadbac color RGB value is (218,219,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011011 10101100
Octal 332 333 254
Decimal 218 219 172
Hex DA DB AC

RGB Percentages of Color #dadbac

%35.80
%35.96
%28.24

CMYK Percentages of Color #dadbac

%0
%0
%21
%14

Triadic Colors of #dadbac

#dadbac #acdadb #dbacda

Analogous Colors of #dadbac

#dadbac #c3dbac #dbc5ac

Monochromatic Colors of #dadbac

#dadbac

Complementary Color

#dadbac #adacdb

#dadbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadbac Color CSS Codes

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

#dadbac Text Font Color

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

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


#dadbac Background Color

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

This div background color is #dadbac


#dadbac Border Color

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

This div border color is #dadbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadbac


Comments

No comments written yet.

Please login to write comment.