Color Hex Logo

#d5dba5 Color Hex

#D5DBA5
(213,219,165)
0 Favorites   0 Comments

Color spaces of #d5dba5

RGB 213219165
HSL0.190.430.75
HSV67°25°86°
CMYK 0.030.000.25   0.14
XYZ59.563667.525845.4918
Yxy67.52580.34510.3913
Hunter Lab82.1741-14.419524.6988
CIE-Lab85.7688-10.782925.9474

#d5dba5 color RGB value is (213,219,165).

#d5dba5 hex color red value is 213, green value is 219 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #d5dba5 hue: 0.19 , saturation: 0.43 and the lightness value of d5dba5 is 0.75.

The process color (four color CMYK) of #d5dba5 color hex is 0.03, 0.00, 0.25, 0.14. Web safe color of #d5dba5 is #cccc99. Color #d5dba5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 11011011 10100101
Octal 325 333 245
Decimal 213 219 165
Hex D5 DB A5

RGB Percentages of Color #d5dba5

%35.68
%36.68
%27.64

CMYK Percentages of Color #d5dba5

%3
%0
%25
%14

Triadic Colors of #d5dba5

#d5dba5 #a5d5db #dba5d5

Analogous Colors of #d5dba5

#d5dba5 #badba5 #dbc6a5

Monochromatic Colors of #d5dba5

#d5dba5

Complementary Color

#d5dba5 #aba5db

#d5dba5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5dba5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5dba5 Color CSS Codes

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

#d5dba5 Text Font Color

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

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


#d5dba5 Background Color

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

This div background color is #d5dba5


#d5dba5 Border Color

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

This div border color is #d5dba5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5dba5


Comments

No comments written yet.

Please login to write comment.