Color Hex Logo

#d0dbae Color Hex

#D0DBAE
(208,219,174)
0 Favorites   0 Comments

Color spaces of #d0dbae

RGB 208219174
HSL0.210.380.77
HSV75°21°86°
CMYK 0.050.000.21   0.14
XYZ58.983967.128949.8928
Yxy67.12890.33510.3814
Hunter Lab81.9322-14.877321.2478
CIE-Lab85.5690-11.314420.9291

#d0dbae color RGB value is (208,219,174).

#d0dbae hex color red value is 208, green value is 219 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #d0dbae hue: 0.21 , saturation: 0.38 and the lightness value of d0dbae is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 11011011 10101110
Octal 320 333 256
Decimal 208 219 174
Hex D0 DB AE

RGB Percentages of Color #d0dbae

%34.61
%36.44
%28.95

CMYK Percentages of Color #d0dbae

%5
%0
%21
%14

Triadic Colors of #d0dbae

#d0dbae #aed0db #dbaed0

Analogous Colors of #d0dbae

#d0dbae #badbae #dbd0ae

Monochromatic Colors of #d0dbae

#d0dbae

Complementary Color

#d0dbae #b9aedb

#d0dbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0dbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0dbae Color CSS Codes

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

#d0dbae Text Font Color

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

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


#d0dbae Background Color

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

This div background color is #d0dbae


#d0dbae Border Color

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

This div border color is #d0dbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0dbae


Comments

No comments written yet.

Please login to write comment.