Color Hex Logo

#d0db96 Color Hex

#D0DB96
(208,219,150)
0 Favorites   0 Comments

Color spaces of #d0db96

RGB 208219150
HSL0.190.490.72
HSV70°32°86°
CMYK 0.050.000.32   0.14
XYZ56.849066.274938.6502
Yxy66.27490.35140.4097
Hunter Lab81.4094-17.818128.8379
CIE-Lab85.1364-14.658832.7632

#d0db96 color RGB value is (208,219,150).

#d0db96 hex color red value is 208, green value is 219 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #d0db96 hue: 0.19 , saturation: 0.49 and the lightness value of d0db96 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 11011011 10010110
Octal 320 333 226
Decimal 208 219 150
Hex D0 DB 96

RGB Percentages of Color #d0db96

%36.05
%37.95
%26.00

CMYK Percentages of Color #d0db96

%5
%0
%32
%14

Triadic Colors of #d0db96

#d0db96 #96d0db #db96d0

Analogous Colors of #d0db96

#d0db96 #aedb96 #dbc496

Monochromatic Colors of #d0db96

#d0db96

Complementary Color

#d0db96 #a196db

#d0db96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0db96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0db96 Color CSS Codes

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

#d0db96 Text Font Color

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

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


#d0db96 Background Color

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

This div background color is #d0db96


#d0db96 Border Color

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

This div border color is #d0db96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0db96


Comments

No comments written yet.

Please login to write comment.