Color Hex Logo

#dadba6 Color Hex

#DADBA6
(218,219,166)
0 Favorites   0 Comments

Color spaces of #dadba6

RGB 218219166
HSL0.170.420.75
HSV61°24°86°
CMYK 0.000.000.24   0.14
XYZ61.127968.321646.0420
Yxy68.32160.34830.3893
Hunter Lab82.6569-12.642024.8338
CIE-Lab86.1670-8.786026.0336

#dadba6 color RGB value is (218,219,166).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011011 10100110
Octal 332 333 246
Decimal 218 219 166
Hex DA DB A6

RGB Percentages of Color #dadba6

%36.15
%36.32
%27.53

CMYK Percentages of Color #dadba6

%0
%0
%24
%14

Triadic Colors of #dadba6

#dadba6 #a6dadb #dba6da

Analogous Colors of #dadba6

#dadba6 #c0dba6 #dbc2a6

Monochromatic Colors of #dadba6

#dadba6

Complementary Color

#dadba6 #a7a6db

#dadba6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadba6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadba6 Color CSS Codes

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

#dadba6 Text Font Color

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

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


#dadba6 Background Color

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

This div background color is #dadba6


#dadba6 Border Color

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

This div border color is #dadba6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadba6


Comments

No comments written yet.

Please login to write comment.