Color Hex Logo

#d4dabf Color Hex

#D4DABF
(212,218,191)
1 Favorites   0 Comments

Color spaces of #d4dabf

RGB 212218191
HSL0.200.270.80
HSV73°12°85°
CMYK 0.030.000.12   0.15
XYZ61.626867.901459.1484
Yxy67.90140.32660.3599
Hunter Lab82.4023-10.708015.1232
CIE-Lab85.9571-6.710412.5991

#d4dabf color RGB value is (212,218,191).

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

The process color (four color CMYK) of #d4dabf color hex is 0.03, 0.00, 0.12, 0.15. Web safe color of #d4dabf is #cccccc. Color #d4dabf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 11011010 10111111
Octal 324 332 277
Decimal 212 218 191
Hex D4 DA BF

RGB Percentages of Color #d4dabf

%34.14
%35.10
%30.76

CMYK Percentages of Color #d4dabf

%3
%0
%12
%15

Triadic Colors of #d4dabf

#d4dabf #bfd4da #dabfd4

Analogous Colors of #d4dabf

#d4dabf #c7dabf #dad3bf

Monochromatic Colors of #d4dabf

#d4dabf

Complementary Color

#d4dabf #c5bfda

#d4dabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4dabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4dabf Color CSS Codes

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

#d4dabf Text Font Color

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

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


#d4dabf Background Color

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

This div background color is #d4dabf


#d4dabf Border Color

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

This div border color is #d4dabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4dabf


Comments

No comments written yet.

Please login to write comment.