Color Hex Logo

#d5bbaf Color Hex

#D5BBAF
(213,187,175)
0 Favorites   0 Comments

Color spaces of #d5bbaf

RGB 213187175
HSL0.050.310.76
HSV19°18°84°
CMYK 0.000.120.18   0.16
XYZ52.948852.781947.9547
Yxy52.78190.34450.3434
Hunter Lab72.65122.952911.7204
CIE-Lab77.74617.33329.4642

#d5bbaf color RGB value is (213,187,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10111011 10101111
Octal 325 273 257
Decimal 213 187 175
Hex D5 BB AF

RGB Percentages of Color #d5bbaf

%37.04
%32.52
%30.43

CMYK Percentages of Color #d5bbaf

%0
%12
%18
%16

Triadic Colors of #d5bbaf

#d5bbaf #afd5bb #bbafd5

Analogous Colors of #d5bbaf

#d5bbaf #d5ceaf #d5afb6

Monochromatic Colors of #d5bbaf

#d5bbaf

Complementary Color

#d5bbaf #afc9d5

#d5bbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5bbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5bbaf Color CSS Codes

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

#d5bbaf Text Font Color

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

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


#d5bbaf Background Color

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

This div background color is #d5bbaf


#d5bbaf Border Color

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

This div border color is #d5bbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5bbaf


Comments

No comments written yet.

Please login to write comment.