Color Hex Logo

#d7daab Color Hex

#D7DAAB
(215,218,171)
0 Favorites   0 Comments

Color spaces of #d7daab

RGB 215218171
HSL0.180.390.76
HSV64°22°85°
CMYK 0.010.000.22   0.15
XYZ60.446467.530248.3768
Yxy67.53020.34280.3829
Hunter Lab82.1768-12.510922.6202
CIE-Lab85.7710-8.689022.8551

#d7daab color RGB value is (215,218,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 11011010 10101011
Octal 327 332 253
Decimal 215 218 171
Hex D7 DA AB

RGB Percentages of Color #d7daab

%35.60
%36.09
%28.31

CMYK Percentages of Color #d7daab

%1
%0
%22
%15

Triadic Colors of #d7daab

#d7daab #abd7da #daabd7

Analogous Colors of #d7daab

#d7daab #c0daab #dac6ab

Monochromatic Colors of #d7daab

#d7daab

Complementary Color

#d7daab #aeabda

#d7daab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7daab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7daab Color CSS Codes

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

#d7daab Text Font Color

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

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


#d7daab Background Color

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

This div background color is #d7daab


#d7daab Border Color

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

This div border color is #d7daab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7daab


Comments

No comments written yet.

Please login to write comment.