Color Hex Logo

#d5cba2 Color Hex

#D5CBA2
(213,203,162)
0 Favorites   0 Comments

Color spaces of #d5cba2

RGB 213203162
HSL0.130.380.74
HSV48°24°84°
CMYK 0.000.050.24   0.16
XYZ55.318159.466642.7451
Yxy59.46660.35120.3775
Hunter Lab77.1146-6.903721.1154
CIE-Lab81.5474-3.004821.7410

#d5cba2 color RGB value is (213,203,162).

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

The process color (four color CMYK) of #d5cba2 color hex is 0.00, 0.05, 0.24, 0.16. Web safe color of #d5cba2 is #cccc99. Color #d5cba2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 11001011 10100010
Octal 325 313 242
Decimal 213 203 162
Hex D5 CB A2

RGB Percentages of Color #d5cba2

%36.85
%35.12
%28.03

CMYK Percentages of Color #d5cba2

%0
%5
%24
%16

Triadic Colors of #d5cba2

#d5cba2 #a2d5cb #cba2d5

Analogous Colors of #d5cba2

#d5cba2 #c6d5a2 #d5b2a2

Monochromatic Colors of #d5cba2

#d5cba2

Complementary Color

#d5cba2 #a2acd5

#d5cba2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5cba2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5cba2 Color CSS Codes

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

#d5cba2 Text Font Color

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

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


#d5cba2 Background Color

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

This div background color is #d5cba2


#d5cba2 Border Color

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

This div border color is #d5cba2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5cba2


Comments

No comments written yet.

Please login to write comment.