Color Hex Logo

#d4baca Color Hex

#D4BACA
(212,186,202)
0 Favorites   0 Comments

Color spaces of #d4baca

RGB 212186202
HSL0.900.230.78
HSV323°12°83°
CMYK 0.000.120.05   0.17
XYZ55.371053.379163.2620
Yxy53.37910.32190.3103
Hunter Lab73.06107.4237-0.1953
CIE-Lab78.098311.9951-4.6492

#d4baca color RGB value is (212,186,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10111010 11001010
Octal 324 272 312
Decimal 212 186 202
Hex D4 BA CA

RGB Percentages of Color #d4baca

%35.33
%31.00
%33.67

CMYK Percentages of Color #d4baca

%0
%12
%5
%17

Triadic Colors of #d4baca

#d4baca #cad4ba #bacad4

Analogous Colors of #d4baca

#d4baca #d4babd #d1bad4

Monochromatic Colors of #d4baca

#d4baca

Complementary Color

#d4baca #bad4c4

#d4baca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4baca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4baca Color CSS Codes

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

#d4baca Text Font Color

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

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


#d4baca Background Color

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

This div background color is #d4baca


#d4baca Border Color

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

This div border color is #d4baca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4baca


Comments

No comments written yet.

Please login to write comment.