Color Hex Logo

#d4bace Color Hex

#D4BACE
(212,186,206)
0 Favorites   0 Comments

Color spaces of #d4bace

RGB 212186206
HSL0.870.230.78
HSV314°12°83°
CMYK 0.000.120.03   0.17
XYZ55.850953.571165.7891
Yxy53.57110.31880.3058
Hunter Lab73.19238.1217-2.0584
CIE-Lab78.211012.7123-6.6482

#d4bace color RGB value is (212,186,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10111010 11001110
Octal 324 272 316
Decimal 212 186 206
Hex D4 BA CE

RGB Percentages of Color #d4bace

%35.10
%30.79
%34.11

CMYK Percentages of Color #d4bace

%0
%12
%3
%17

Triadic Colors of #d4bace

#d4bace #ced4ba #baced4

Analogous Colors of #d4bace

#d4bace #d4bac1 #cdbad4

Monochromatic Colors of #d4bace

#d4bace

Complementary Color

#d4bace #bad4c0

#d4bace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4bace Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4bace Color CSS Codes

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

#d4bace Text Font Color

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

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


#d4bace Background Color

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

This div background color is #d4bace


#d4bace Border Color

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

This div border color is #d4bace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4bace


Comments

No comments written yet.

Please login to write comment.