Color Hex Logo

#d4becd Color Hex

#D4BECD
(212,190,205)
0 Favorites   0 Comments

Color spaces of #d4becd

RGB 212190205
HSL0.890.200.79
HSV319°10°83°
CMYK 0.000.100.03   0.17
XYZ56.584355.231765.4361
Yxy55.23170.31920.3116
Hunter Lab74.31805.8499-0.1815
CIE-Lab79.174510.3842-4.6839

#d4becd color RGB value is (212,190,205).

#d4becd hex color red value is 212, green value is 190 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d4becd hue: 0.89 , saturation: 0.20 and the lightness value of d4becd is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10111110 11001101
Octal 324 276 315
Decimal 212 190 205
Hex D4 BE CD

RGB Percentages of Color #d4becd

%34.93
%31.30
%33.77

CMYK Percentages of Color #d4becd

%0
%10
%3
%17

Triadic Colors of #d4becd

#d4becd #cdd4be #becdd4

Analogous Colors of #d4becd

#d4becd #d4bec2 #d0bed4

Monochromatic Colors of #d4becd

#d4becd

Complementary Color

#d4becd #bed4c5

#d4becd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4becd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4becd Color CSS Codes

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

#d4becd Text Font Color

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

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


#d4becd Background Color

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

This div background color is #d4becd


#d4becd Border Color

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

This div border color is #d4becd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4becd


Comments

No comments written yet.

Please login to write comment.