Color Hex Logo

#d5bbad Color Hex

#D5BBAD
(213,187,173)
1 Favorites   0 Comments

Color spaces of #d5bbad

RGB 213187173
HSL0.060.320.76
HSV21°19°84°
CMYK 0.000.120.19   0.16
XYZ52.753752.703946.9276
Yxy52.70390.34620.3459
Hunter Lab72.59752.663412.4927
CIE-Lab77.69997.026410.4787

#d5bbad color RGB value is (213,187,173).

#d5bbad hex color red value is 213, green value is 187 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d5bbad hue: 0.06 , saturation: 0.32 and the lightness value of d5bbad is 0.76.

The process color (four color CMYK) of #d5bbad color hex is 0.00, 0.12, 0.19, 0.16. Web safe color of #d5bbad is #cccc99. Color #d5bbad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10111011 10101101
Octal 325 273 255
Decimal 213 187 173
Hex D5 BB AD

RGB Percentages of Color #d5bbad

%37.17
%32.64
%30.19

CMYK Percentages of Color #d5bbad

%0
%12
%19
%16

Triadic Colors of #d5bbad

#d5bbad #add5bb #bbadd5

Analogous Colors of #d5bbad

#d5bbad #d5cfad #d5adb3

Monochromatic Colors of #d5bbad

#d5bbad

Complementary Color

#d5bbad #adc7d5

#d5bbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5bbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5bbad Color CSS Codes

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

#d5bbad Text Font Color

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

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


#d5bbad Background Color

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

This div background color is #d5bbad


#d5bbad Border Color

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

This div border color is #d5bbad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5bbad


Comments

No comments written yet.

Please login to write comment.