Color Hex Logo

#d4cabc Color Hex

#D4CABC
(212,202,188)
0 Favorites   0 Comments

Color spaces of #d4cabc

RGB 212202188
HSL0.100.220.78
HSV35°11°83°
CMYK 0.000.050.11   0.17
XYZ57.349059.868956.1102
Yxy59.86890.33090.3454
Hunter Lab77.3750-3.105211.1670
CIE-Lab81.76691.09678.2179

#d4cabc color RGB value is (212,202,188).

#d4cabc hex color red value is 212, green value is 202 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #d4cabc hue: 0.10 , saturation: 0.22 and the lightness value of d4cabc is 0.78.

The process color (four color CMYK) of #d4cabc color hex is 0.00, 0.05, 0.11, 0.17. Web safe color of #d4cabc is #cccccc. Color #d4cabc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 11001010 10111100
Octal 324 312 274
Decimal 212 202 188
Hex D4 CA BC

RGB Percentages of Color #d4cabc

%35.22
%33.55
%31.23

CMYK Percentages of Color #d4cabc

%0
%5
%11
%17

Triadic Colors of #d4cabc

#d4cabc #bcd4ca #cabcd4

Analogous Colors of #d4cabc

#d4cabc #d2d4bc #d4bebc

Monochromatic Colors of #d4cabc

#d4cabc

Complementary Color

#d4cabc #bcc6d4

#d4cabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4cabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4cabc Color CSS Codes

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

#d4cabc Text Font Color

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

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


#d4cabc Background Color

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

This div background color is #d4cabc


#d4cabc Border Color

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

This div border color is #d4cabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4cabc


Comments

No comments written yet.

Please login to write comment.