Color Hex Logo

#d0dcbe Color Hex

#D0DCBE
(208,220,190)
0 Favorites   0 Comments

Color spaces of #d0dcbe

RGB 208220190
HSL0.230.300.80
HSV84°14°86°
CMYK 0.050.000.14   0.14
XYZ60.899968.314058.6914
Yxy68.31400.32410.3636
Hunter Lab82.6523-13.119015.7548
CIE-Lab86.1632-9.307013.3758

#d0dcbe color RGB value is (208,220,190).

#d0dcbe hex color red value is 208, green value is 220 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d0dcbe hue: 0.23 , saturation: 0.30 and the lightness value of d0dcbe is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 11011100 10111110
Octal 320 334 276
Decimal 208 220 190
Hex D0 DC BE

RGB Percentages of Color #d0dcbe

%33.66
%35.60
%30.74

CMYK Percentages of Color #d0dcbe

%5
%0
%14
%14

Triadic Colors of #d0dcbe

#d0dcbe #bed0dc #dcbed0

Analogous Colors of #d0dcbe

#d0dcbe #c1dcbe #dcd9be

Monochromatic Colors of #d0dcbe

#d0dcbe

Complementary Color

#d0dcbe #cabedc

#d0dcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0dcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0dcbe Color CSS Codes

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

#d0dcbe Text Font Color

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

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


#d0dcbe Background Color

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

This div background color is #d0dcbe


#d0dcbe Border Color

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

This div border color is #d0dcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0dcbe


Comments

No comments written yet.

Please login to write comment.