Color Hex Logo

#d2bace Color Hex

#D2BACE
(210,186,206)
0 Favorites   0 Comments

Color spaces of #d2bace

RGB 210186206
HSL0.860.210.78
HSV310°11°82°
CMYK 0.000.110.02   0.18
XYZ55.277853.275765.7623
Yxy53.27570.31710.3056
Hunter Lab72.99027.4509-2.3256
CIE-Lab78.037512.0227-6.9244

#d2bace color RGB value is (210,186,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 10111010 11001110
Octal 322 272 316
Decimal 210 186 206
Hex D2 BA CE

RGB Percentages of Color #d2bace

%34.88
%30.90
%34.22

CMYK Percentages of Color #d2bace

%0
%11
%2
%18

Triadic Colors of #d2bace

#d2bace #ced2ba #baced2

Analogous Colors of #d2bace

#d2bace #d2bac2 #cabad2

Monochromatic Colors of #d2bace

#d2bace

Complementary Color

#d2bace #bad2be

#d2bace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2bace Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2bace Color CSS Codes

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

#d2bace Text Font Color

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

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


#d2bace Background Color

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

This div background color is #d2bace


#d2bace Border Color

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

This div border color is #d2bace


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,186,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 #d2bace">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2bace


Comments

No comments written yet.

Please login to write comment.