Color Hex Logo

#d4cbaa Color Hex

#D4CBAA
(212,203,170)
0 Favorites   0 Comments

Color spaces of #d4cbaa

RGB 212203170
HSL0.130.330.75
HSV47°20°83°
CMYK 0.000.040.20   0.17
XYZ55.763059.611246.5973
Yxy59.61120.34430.3680
Hunter Lab77.2083-6.194518.2627
CIE-Lab81.6264-2.229117.6039

#d4cbaa color RGB value is (212,203,170).

#d4cbaa hex color red value is 212, green value is 203 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d4cbaa hue: 0.13 , saturation: 0.33 and the lightness value of d4cbaa is 0.75.

The process color (four color CMYK) of #d4cbaa color hex is 0.00, 0.04, 0.20, 0.17. Web safe color of #d4cbaa is #cccc99. Color #d4cbaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 11001011 10101010
Octal 324 313 252
Decimal 212 203 170
Hex D4 CB AA

RGB Percentages of Color #d4cbaa

%36.24
%34.70
%29.06

CMYK Percentages of Color #d4cbaa

%0
%4
%20
%17

Triadic Colors of #d4cbaa

#d4cbaa #aad4cb #cbaad4

Analogous Colors of #d4cbaa

#d4cbaa #c8d4aa #d4b6aa

Monochromatic Colors of #d4cbaa

#d4cbaa

Complementary Color

#d4cbaa #aab3d4

#d4cbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4cbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4cbaa Color CSS Codes

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

#d4cbaa Text Font Color

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

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


#d4cbaa Background Color

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

This div background color is #d4cbaa


#d4cbaa Border Color

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

This div border color is #d4cbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4cbaa


Comments

No comments written yet.

Please login to write comment.