Color Hex Logo

#d1ccba Color Hex

#D1CCBA
(209,204,186)
0 Favorites   0 Comments

Color spaces of #d1ccba

RGB 209204186
HSL0.130.200.77
HSV47°11°82°
CMYK 0.000.020.11   0.18
XYZ56.750360.286255.0997
Yxy60.28620.32970.3502
Hunter Lab77.6442-5.411312.2762
CIE-Lab81.9935-1.35569.5771

#d1ccba color RGB value is (209,204,186).

#d1ccba hex color red value is 209, green value is 204 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #d1ccba hue: 0.13 , saturation: 0.20 and the lightness value of d1ccba is 0.77.

The process color (four color CMYK) of #d1ccba color hex is 0.00, 0.02, 0.11, 0.18. Web safe color of #d1ccba is #cccccc. Color #d1ccba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 11001100 10111010
Octal 321 314 272
Decimal 209 204 186
Hex D1 CC BA

RGB Percentages of Color #d1ccba

%34.89
%34.06
%31.05

CMYK Percentages of Color #d1ccba

%0
%2
%11
%18

Triadic Colors of #d1ccba

#d1ccba #bad1cc #ccbad1

Analogous Colors of #d1ccba

#d1ccba #cbd1ba #d1c1ba

Monochromatic Colors of #d1ccba

#d1ccba

Complementary Color

#d1ccba #babfd1

#d1ccba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1ccba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1ccba Color CSS Codes

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

#d1ccba Text Font Color

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

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


#d1ccba Background Color

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

This div background color is #d1ccba


#d1ccba Border Color

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

This div border color is #d1ccba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(209,204,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d1ccba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d1ccba;
  -webkit-box-shadow: 1px 1px 3px 2px #d1ccba;
  box-shadow:         1px 1px 3px 2px #d1ccba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,204,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1ccba

#d1ccba Color Palettes


Comments

No comments written yet.

Please login to write comment.