Color Hex Logo

#d0ceb2 Color Hex

#D0CEB2
(208,206,178)
0 Favorites   0 Comments

Color spaces of #d0ceb2

RGB 208206178
HSL0.160.240.76
HSV56°14°82°
CMYK 0.000.010.14   0.18
XYZ56.119660.766950.8908
Yxy60.76690.33450.3622
Hunter Lab77.9531-7.913215.8604
CIE-Lab82.2533-4.040814.1910

#d0ceb2 color RGB value is (208,206,178).

#d0ceb2 hex color red value is 208, green value is 206 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #d0ceb2 hue: 0.16 , saturation: 0.24 and the lightness value of d0ceb2 is 0.76.

The process color (four color CMYK) of #d0ceb2 color hex is 0.00, 0.01, 0.14, 0.18. Web safe color of #d0ceb2 is #cccc99. Color #d0ceb2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 11001110 10110010
Octal 320 316 262
Decimal 208 206 178
Hex D0 CE B2

RGB Percentages of Color #d0ceb2

%35.14
%34.80
%30.07

CMYK Percentages of Color #d0ceb2

%0
%1
%14
%18

Triadic Colors of #d0ceb2

#d0ceb2 #b2d0ce #ceb2d0

Analogous Colors of #d0ceb2

#d0ceb2 #c3d0b2 #d0bfb2

Monochromatic Colors of #d0ceb2

#d0ceb2

Complementary Color

#d0ceb2 #b2b4d0

#d0ceb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0ceb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0ceb2 Color CSS Codes

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

#d0ceb2 Text Font Color

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

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


#d0ceb2 Background Color

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

This div background color is #d0ceb2


#d0ceb2 Border Color

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

This div border color is #d0ceb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0ceb2


Comments

No comments written yet.

Please login to write comment.