Color Hex Logo

#d7baba Color Hex

#D7BABA
(215,186,186)
3 Favorites   0 Comments

Color spaces of #d7baba

RGB 215186186
HSL0.000.270.79
HSV13°84°
CMYK 0.000.130.13   0.16
XYZ54.446253.110153.8360
Yxy53.11010.33740.3291
Hunter Lab72.87675.82337.2145
CIE-Lab77.940010.33973.8160

#d7baba color RGB value is (215,186,186).

#d7baba hex color red value is 215, green value is 186 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #d7baba hue: 0.00 , saturation: 0.27 and the lightness value of d7baba is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10111010 10111010
Octal 327 272 272
Decimal 215 186 186
Hex D7 BA BA

RGB Percentages of Color #d7baba

%36.63
%31.69
%31.69

CMYK Percentages of Color #d7baba

%0
%13
%13
%16

Triadic Colors of #d7baba

#d7baba #bad7ba #babad7

Analogous Colors of #d7baba

#d7baba #d7c9ba #d7bac9

Monochromatic Colors of #d7baba

#d7baba

Complementary Color

#d7baba #bad7d7

#d7baba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7baba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7baba Color CSS Codes

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

#d7baba Text Font Color

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

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


#d7baba Background Color

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

This div background color is #d7baba


#d7baba Border Color

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

This div border color is #d7baba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7baba

#d7baba Color Palettes


Comments

No comments written yet.

Please login to write comment.