Color Hex Logo

#d5b980 Color Hex

#D5B980
(213,185,128)
0 Favorites   0 Comments

Color spaces of #d5b980

RGB 213185128
HSL0.110.500.67
HSV40°40°84°
CMYK 0.000.130.40   0.16
XYZ48.685850.402627.5847
Yxy50.40260.38430.3979
Hunter Lab70.9948-1.831726.6595
CIE-Lab76.31572.147032.6139

#d5b980 color RGB value is (213,185,128).

#d5b980 hex color red value is 213, green value is 185 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #d5b980 hue: 0.11 , saturation: 0.50 and the lightness value of d5b980 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10111001 10000000
Octal 325 271 200
Decimal 213 185 128
Hex D5 B9 80

RGB Percentages of Color #d5b980

%40.49
%35.17
%24.33

CMYK Percentages of Color #d5b980

%0
%13
%40
%16

Triadic Colors of #d5b980

#d5b980 #80d5b9 #b980d5

Analogous Colors of #d5b980

#d5b980 #c7d580 #d58f80

Monochromatic Colors of #d5b980

#d5b980

Complementary Color

#d5b980 #809cd5

#d5b980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5b980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5b980 Color CSS Codes

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

#d5b980 Text Font Color

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

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


#d5b980 Background Color

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

This div background color is #d5b980


#d5b980 Border Color

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

This div border color is #d5b980


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5b980


Comments

No comments written yet.

Please login to write comment.