Color Hex Logo

#d4dbca Color Hex

#D4DBCA
(212,219,202)
0 Favorites   0 Comments

Color spaces of #d4dbca

RGB 212219202
HSL0.240.190.83
HSV85°86°
CMYK 0.030.000.08   0.14
XYZ63.143668.924465.8528
Yxy68.92440.31900.3482
Hunter Lab83.0207-9.523411.0851
CIE-Lab86.4666-5.38477.5311

#d4dbca color RGB value is (212,219,202).

#d4dbca hex color red value is 212, green value is 219 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d4dbca hue: 0.24 , saturation: 0.19 and the lightness value of d4dbca is 0.83.

The process color (four color CMYK) of #d4dbca color hex is 0.03, 0.00, 0.08, 0.14. Web safe color of #d4dbca is #cccccc. Color #d4dbca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 11011011 11001010
Octal 324 333 312
Decimal 212 219 202
Hex D4 DB CA

RGB Percentages of Color #d4dbca

%33.49
%34.60
%31.91

CMYK Percentages of Color #d4dbca

%3
%0
%8
%14

Triadic Colors of #d4dbca

#d4dbca #cad4db #dbcad4

Analogous Colors of #d4dbca

#d4dbca #ccdbca #dbdaca

Monochromatic Colors of #d4dbca

#d4dbca

Complementary Color

#d4dbca #d1cadb

#d4dbca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4dbca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4dbca Color CSS Codes

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

#d4dbca Text Font Color

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

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


#d4dbca Background Color

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

This div background color is #d4dbca


#d4dbca Border Color

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

This div border color is #d4dbca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4dbca


Comments

No comments written yet.

Please login to write comment.