Color Hex Logo

#d1db8e Color Hex

#D1DB8E
(209,219,142)
0 Favorites   0 Comments

Color spaces of #d1db8e

RGB 209219142
HSL0.190.520.71
HSV68°35°86°
CMYK 0.050.000.35   0.14
XYZ56.508566.171335.3852
Yxy66.17130.35750.4186
Hunter Lab81.3457-18.356331.1510
CIE-Lab85.0837-15.274336.7777

#d1db8e color RGB value is (209,219,142).

#d1db8e hex color red value is 209, green value is 219 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #d1db8e hue: 0.19 , saturation: 0.52 and the lightness value of d1db8e is 0.71.

The process color (four color CMYK) of #d1db8e color hex is 0.05, 0.00, 0.35, 0.14. Web safe color of #d1db8e is #cccc99. Color #d1db8e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 11011011 10001110
Octal 321 333 216
Decimal 209 219 142
Hex D1 DB 8E

RGB Percentages of Color #d1db8e

%36.67
%38.42
%24.91

CMYK Percentages of Color #d1db8e

%5
%0
%35
%14

Triadic Colors of #d1db8e

#d1db8e #8ed1db #db8ed1

Analogous Colors of #d1db8e

#d1db8e #abdb8e #dbbf8e

Monochromatic Colors of #d1db8e

#d1db8e

Complementary Color

#d1db8e #988edb

#d1db8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1db8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1db8e Color CSS Codes

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

#d1db8e Text Font Color

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

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


#d1db8e Background Color

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

This div background color is #d1db8e


#d1db8e Border Color

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

This div border color is #d1db8e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,219,142, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1db8e


Comments

No comments written yet.

Please login to write comment.