Color Hex Logo

#d4bdba Color Hex

#D4BDBA
(212,189,186)
0 Favorites   0 Comments

Color spaces of #d4bdba

RGB 212189186
HSL0.020.230.78
HSV12°83°
CMYK 0.000.110.12   0.17
XYZ54.211953.937454.0081
Yxy53.93740.33430.3326
Hunter Lab73.44213.23767.8086
CIE-Lab78.42527.65154.4844

#d4bdba color RGB value is (212,189,186).

#d4bdba hex color red value is 212, green value is 189 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #d4bdba hue: 0.02 , saturation: 0.23 and the lightness value of d4bdba is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10111101 10111010
Octal 324 275 272
Decimal 212 189 186
Hex D4 BD BA

RGB Percentages of Color #d4bdba

%36.12
%32.20
%31.69

CMYK Percentages of Color #d4bdba

%0
%11
%12
%17

Triadic Colors of #d4bdba

#d4bdba #bad4bd #bdbad4

Analogous Colors of #d4bdba

#d4bdba #d4caba #d4bac4

Monochromatic Colors of #d4bdba

#d4bdba

Complementary Color

#d4bdba #bad1d4

#d4bdba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4bdba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4bdba Color CSS Codes

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

#d4bdba Text Font Color

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

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


#d4bdba Background Color

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

This div background color is #d4bdba


#d4bdba Border Color

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

This div border color is #d4bdba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4bdba


Comments

No comments written yet.

Please login to write comment.