Color Hex Logo

#d2dabe Color Hex

#D2DABE
(210,218,190)
0 Favorites   0 Comments

Color spaces of #d2dabe

RGB 210218190
HSL0.210.270.80
HSV77°13°85°
CMYK 0.040.000.13   0.15
XYZ60.944067.562258.5439
Yxy67.56220.32580.3612
Hunter Lab82.1962-11.495415.3083
CIE-Lab85.7871-7.581612.8637

#d2dabe color RGB value is (210,218,190).

#d2dabe hex color red value is 210, green value is 218 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d2dabe hue: 0.21 , saturation: 0.27 and the lightness value of d2dabe is 0.80.

The process color (four color CMYK) of #d2dabe color hex is 0.04, 0.00, 0.13, 0.15. Web safe color of #d2dabe is #cccccc. Color #d2dabe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 11011010 10111110
Octal 322 332 276
Decimal 210 218 190
Hex D2 DA BE

RGB Percentages of Color #d2dabe

%33.98
%35.28
%30.74

CMYK Percentages of Color #d2dabe

%4
%0
%13
%15

Triadic Colors of #d2dabe

#d2dabe #bed2da #dabed2

Analogous Colors of #d2dabe

#d2dabe #c4dabe #dad4be

Monochromatic Colors of #d2dabe

#d2dabe

Complementary Color

#d2dabe #c6beda

#d2dabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2dabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2dabe Color CSS Codes

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

#d2dabe Text Font Color

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

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


#d2dabe Background Color

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

This div background color is #d2dabe


#d2dabe Border Color

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

This div border color is #d2dabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2dabe


Comments

No comments written yet.

Please login to write comment.