Color Hex Logo

#d4bcbe Color Hex

#D4BCBE
(212,188,190)
0 Favorites   0 Comments

Color spaces of #d4bcbe

RGB 212188190
HSL0.990.220.78
HSV355°11°83°
CMYK 0.000.110.10   0.17
XYZ54.428953.681256.2080
Yxy53.68120.33120.3267
Hunter Lab73.26754.38605.8022
CIE-Lab78.27558.84952.1051

#d4bcbe color RGB value is (212,188,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10111100 10111110
Octal 324 274 276
Decimal 212 188 190
Hex D4 BC BE

RGB Percentages of Color #d4bcbe

%35.93
%31.86
%32.20

CMYK Percentages of Color #d4bcbe

%0
%11
%10
%17

Triadic Colors of #d4bcbe

#d4bcbe #bed4bc #bcbed4

Analogous Colors of #d4bcbe

#d4bcbe #d4c6bc #d4bcca

Monochromatic Colors of #d4bcbe

#d4bcbe

Complementary Color

#d4bcbe #bcd4d2

#d4bcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4bcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4bcbe Color CSS Codes

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

#d4bcbe Text Font Color

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

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


#d4bcbe Background Color

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

This div background color is #d4bcbe


#d4bcbe Border Color

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

This div border color is #d4bcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4bcbe


Comments

No comments written yet.

Please login to write comment.