Color Hex Logo

#d2caba Color Hex

#D2CABA
(210,202,186)
0 Favorites   0 Comments

Color spaces of #d2caba

RGB 210202186
HSL0.110.210.78
HSV40°11°82°
CMYK 0.000.040.11   0.18
XYZ56.561859.487954.9556
Yxy59.48790.33080.3479
Hunter Lab77.1284-4.072411.7445
CIE-Lab81.55900.05048.9670

#d2caba color RGB value is (210,202,186).

#d2caba hex color red value is 210, green value is 202 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #d2caba hue: 0.11 , saturation: 0.21 and the lightness value of d2caba is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 11001010 10111010
Octal 322 312 272
Decimal 210 202 186
Hex D2 CA BA

RGB Percentages of Color #d2caba

%35.12
%33.78
%31.10

CMYK Percentages of Color #d2caba

%0
%4
%11
%18

Triadic Colors of #d2caba

#d2caba #bad2ca #cabad2

Analogous Colors of #d2caba

#d2caba #ced2ba #d2beba

Monochromatic Colors of #d2caba

#d2caba

Complementary Color

#d2caba #bac2d2

#d2caba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2caba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2caba Color CSS Codes

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

#d2caba Text Font Color

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

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


#d2caba Background Color

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

This div background color is #d2caba


#d2caba Border Color

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

This div border color is #d2caba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2caba


Comments

No comments written yet.

Please login to write comment.