Color Hex Logo

#d4dbbe Color Hex

#D4DBBE
(212,219,190)
0 Favorites   0 Comments

Color spaces of #d4dbbe

RGB 212219190
HSL0.210.290.80
HSV74°13°86°
CMYK 0.030.000.13   0.14
XYZ61.777268.377858.6574
Yxy68.37780.32720.3621
Hunter Lab82.6909-11.354215.8258
CIE-Lab86.1950-7.384013.4621

#d4dbbe color RGB value is (212,219,190).

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

The process color (four color CMYK) of #d4dbbe color hex is 0.03, 0.00, 0.13, 0.14. Web safe color of #d4dbbe is #cccccc. Color #d4dbbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 11011011 10111110
Octal 324 333 276
Decimal 212 219 190
Hex D4 DB BE

RGB Percentages of Color #d4dbbe

%34.14
%35.27
%30.60

CMYK Percentages of Color #d4dbbe

%3
%0
%13
%14

Triadic Colors of #d4dbbe

#d4dbbe #bed4db #dbbed4

Analogous Colors of #d4dbbe

#d4dbbe #c6dbbe #dbd4be

Monochromatic Colors of #d4dbbe

#d4dbbe

Complementary Color

#d4dbbe #c5bedb

#d4dbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4dbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4dbbe Color CSS Codes

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

#d4dbbe Text Font Color

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

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


#d4dbbe Background Color

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

This div background color is #d4dbbe


#d4dbbe Border Color

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

This div border color is #d4dbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4dbbe


Comments

No comments written yet.

Please login to write comment.