Color Hex Logo

#d8cba2 Color Hex

#D8CBA2
(216,203,162)
0 Favorites   0 Comments

Color spaces of #d8cba2

RGB 216203162
HSL0.130.410.74
HSV46°25°85°
CMYK 0.000.060.25   0.15
XYZ56.196459.919442.7862
Yxy59.91940.35370.3771
Hunter Lab77.4076-5.875921.4134
CIE-Lab81.7944-1.871522.1199

#d8cba2 color RGB value is (216,203,162).

#d8cba2 hex color red value is 216, green value is 203 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #d8cba2 hue: 0.13 , saturation: 0.41 and the lightness value of d8cba2 is 0.74.

The process color (four color CMYK) of #d8cba2 color hex is 0.00, 0.06, 0.25, 0.15. Web safe color of #d8cba2 is #cccc99. Color #d8cba2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 11001011 10100010
Octal 330 313 242
Decimal 216 203 162
Hex D8 CB A2

RGB Percentages of Color #d8cba2

%37.18
%34.94
%27.88

CMYK Percentages of Color #d8cba2

%0
%6
%25
%15

Triadic Colors of #d8cba2

#d8cba2 #a2d8cb #cba2d8

Analogous Colors of #d8cba2

#d8cba2 #cad8a2 #d8b0a2

Monochromatic Colors of #d8cba2

#d8cba2

Complementary Color

#d8cba2 #a2afd8

#d8cba2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8cba2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8cba2 Color CSS Codes

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

#d8cba2 Text Font Color

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

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


#d8cba2 Background Color

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

This div background color is #d8cba2


#d8cba2 Border Color

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

This div border color is #d8cba2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8cba2


Comments

No comments written yet.

Please login to write comment.