Color Hex Logo

#d5baca Color Hex

#D5BACA
(213,186,202)
1 Favorites   0 Comments

Color spaces of #d5baca

RGB 213186202
HSL0.900.240.78
HSV324°13°84°
CMYK 0.000.130.05   0.16
XYZ55.660153.528263.2755
Yxy53.52820.32270.3104
Hunter Lab73.16307.7620-0.0633
CIE-Lab78.185812.3433-4.5102

#d5baca color RGB value is (213,186,202).

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

The process color (four color CMYK) of #d5baca color hex is 0.00, 0.13, 0.05, 0.16. Web safe color of #d5baca is #cccccc. Color #d5baca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10111010 11001010
Octal 325 272 312
Decimal 213 186 202
Hex D5 BA CA

RGB Percentages of Color #d5baca

%35.44
%30.95
%33.61

CMYK Percentages of Color #d5baca

%0
%13
%5
%16

Triadic Colors of #d5baca

#d5baca #cad5ba #bacad5

Analogous Colors of #d5baca

#d5baca #d5babd #d3bad5

Monochromatic Colors of #d5baca

#d5baca

Complementary Color

#d5baca #bad5c5

#d5baca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5baca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5baca Color CSS Codes

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

#d5baca Text Font Color

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

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


#d5baca Background Color

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

This div background color is #d5baca


#d5baca Border Color

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

This div border color is #d5baca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5baca


Comments

No comments written yet.

Please login to write comment.