Color Hex Logo

#d0daab Color Hex

#D0DAAB
(208,218,171)
0 Favorites   0 Comments

Color spaces of #d0daab

RGB 208218171
HSL0.200.390.76
HSV73°22°85°
CMYK 0.050.000.22   0.15
XYZ58.434566.493048.2827
Yxy66.49300.33740.3839
Hunter Lab81.5432-14.786221.9740
CIE-Lab85.2473-11.255922.0511

#d0daab color RGB value is (208,218,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 11011010 10101011
Octal 320 332 253
Decimal 208 218 171
Hex D0 DA AB

RGB Percentages of Color #d0daab

%34.84
%36.52
%28.64

CMYK Percentages of Color #d0daab

%5
%0
%22
%15

Triadic Colors of #d0daab

#d0daab #abd0da #daabd0

Analogous Colors of #d0daab

#d0daab #b9daab #dacdab

Monochromatic Colors of #d0daab

#d0daab

Complementary Color

#d0daab #b5abda

#d0daab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0daab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0daab Color CSS Codes

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

#d0daab Text Font Color

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

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


#d0daab Background Color

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

This div background color is #d0daab


#d0daab Border Color

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

This div border color is #d0daab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0daab


Comments

No comments written yet.

Please login to write comment.