Color Hex Logo

#dadaab Color Hex

#DADAAB
(218,218,171)
0 Favorites   0 Comments

Color spaces of #dadaab

RGB 218218171
HSL0.170.390.76
HSV60°22°85°
CMYK 0.000.000.22   0.15
XYZ61.335567.988548.4184
Yxy67.98850.34510.3825
Hunter Lab82.4551-11.516622.9030
CIE-Lab86.0007-7.581223.2074

#dadaab color RGB value is (218,218,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011010 10101011
Octal 332 332 253
Decimal 218 218 171
Hex DA DA AB

RGB Percentages of Color #dadaab

%35.91
%35.91
%28.17

CMYK Percentages of Color #dadaab

%0
%0
%22
%15

Triadic Colors of #dadaab

#dadaab #abdada #daabda

Analogous Colors of #dadaab

#dadaab #c3daab #dac3ab

Monochromatic Colors of #dadaab

#dadaab

Complementary Color

#dadaab #ababda

#dadaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadaab Color CSS Codes

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

#dadaab Text Font Color

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

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


#dadaab Background Color

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

This div background color is #dadaab


#dadaab Border Color

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

This div border color is #dadaab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,218,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 #dadaab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadaab


Comments

No comments written yet.

Please login to write comment.