Color Hex Logo

#d8ce9d Color Hex

#D8CE9D
(216,206,157)
0 Favorites   0 Comments

Color spaces of #d8ce9d

RGB 216206157
HSL0.140.430.73
HSV50°27°85°
CMYK 0.000.050.27   0.15
XYZ56.476061.175940.7298
Yxy61.17590.35660.3863
Hunter Lab78.2150-7.988423.8758
CIE-Lab82.4732-4.102725.6758

#d8ce9d color RGB value is (216,206,157).

#d8ce9d hex color red value is 216, green value is 206 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #d8ce9d hue: 0.14 , saturation: 0.43 and the lightness value of d8ce9d is 0.73.

The process color (four color CMYK) of #d8ce9d color hex is 0.00, 0.05, 0.27, 0.15. Web safe color of #d8ce9d is #cccc99. Color #d8ce9d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 11001110 10011101
Octal 330 316 235
Decimal 216 206 157
Hex D8 CE 9D

RGB Percentages of Color #d8ce9d

%37.31
%35.58
%27.12

CMYK Percentages of Color #d8ce9d

%0
%5
%27
%15

Triadic Colors of #d8ce9d

#d8ce9d #9dd8ce #ce9dd8

Analogous Colors of #d8ce9d

#d8ce9d #c5d89d #d8b19d

Monochromatic Colors of #d8ce9d

#d8ce9d

Complementary Color

#d8ce9d #9da7d8

#d8ce9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8ce9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8ce9d Color CSS Codes

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

#d8ce9d Text Font Color

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

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


#d8ce9d Background Color

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

This div background color is #d8ce9d


#d8ce9d Border Color

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

This div border color is #d8ce9d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(216,206,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d8ce9d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d8ce9d;
  -webkit-box-shadow: 1px 1px 3px 2px #d8ce9d;
  box-shadow:         1px 1px 3px 2px #d8ce9d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,206,157, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8ce9d


Comments

No comments written yet.

Please login to write comment.