Color Hex Logo

#d2bece Color Hex

#D2BECE
(210,190,206)
0 Favorites   0 Comments

Color spaces of #d2bece

RGB 210190206
HSL0.870.180.78
HSV312°10°82°
CMYK 0.000.100.02   0.18
XYZ56.132454.984866.0471
Yxy54.98480.31680.3104
Hunter Lab74.15175.3578-0.9035
CIE-Lab79.03259.8737-5.4525

#d2bece color RGB value is (210,190,206).

#d2bece hex color red value is 210, green value is 190 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #d2bece hue: 0.87 , saturation: 0.18 and the lightness value of d2bece is 0.78.

The process color (four color CMYK) of #d2bece color hex is 0.00, 0.10, 0.02, 0.18. Web safe color of #d2bece is #cccccc. Color #d2bece contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10111110 11001110
Octal 322 276 316
Decimal 210 190 206
Hex D2 BE CE

RGB Percentages of Color #d2bece

%34.65
%31.35
%33.99

CMYK Percentages of Color #d2bece

%0
%10
%2
%18

Triadic Colors of #d2bece

#d2bece #ced2be #beced2

Analogous Colors of #d2bece

#d2bece #d2bec4 #ccbed2

Monochromatic Colors of #d2bece

#d2bece

Complementary Color

#d2bece #bed2c2

#d2bece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2bece Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2bece Color CSS Codes

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

#d2bece Text Font Color

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

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


#d2bece Background Color

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

This div background color is #d2bece


#d2bece Border Color

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

This div border color is #d2bece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2bece


Comments

No comments written yet.

Please login to write comment.